diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-27 07:29:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-27 07:29:51 +0000 |
commit | fa009248bd28f509cbd790e04e9785ec9869018b (patch) | |
tree | eefb487aedc69042bfb5d7592735ce55f450bce7 | |
parent | 5d68e6a30ce5f3fbf2cc04ff6e4a9a624e4f7822 (diff) | |
download | freebsd-ports-fa009248bd28f509cbd790e04e9785ec9869018b.zip |
Support stage
-rw-r--r-- | devel/str/Makefile | 5 | ||||
-rw-r--r-- | devel/str/pkg-plist | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/devel/str/Makefile b/devel/str/Makefile index 3ebc3a4fbb47..83bbf596b053 100644 --- a/devel/str/Makefile +++ b/devel/str/Makefile @@ -10,13 +10,10 @@ MASTER_SITE_SUBDIR= lib/${PORTNAME} MAINTAINER= vd@FreeBSD.org COMMENT= Generic String Library +USES= desthack GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= str-config.1 -MAN3= str.3 - -NO_STAGE= yes post-build: @${ECHO_MSG} "===> Use 'make check' to run a quick test suite." diff --git a/devel/str/pkg-plist b/devel/str/pkg-plist index 4f31810516d8..6912b7642505 100644 --- a/devel/str/pkg-plist +++ b/devel/str/pkg-plist @@ -4,3 +4,5 @@ lib/libstr.a lib/libstr.la lib/libstr.so lib/libstr.so.9 +man/man1/str-config.1.gz +man/man3/str.3.gz |