diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-03 12:05:35 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-03 12:05:35 +0800 |
commit | 26bc170e86f20c31ef7afb1084a71021f853757d (patch) | |
tree | 7e66f4eec443584f4e835a46aa0beb28d1496578 | |
parent | 1771aa5bc2fd9d503472f2a99544f317348e3db9 (diff) | |
download | freebsd-ports-gnome-26bc170e86f20c31ef7afb1084a71021f853757d.tar.gz freebsd-ports-gnome-26bc170e86f20c31ef7afb1084a71021f853757d.tar.zst freebsd-ports-gnome-26bc170e86f20c31ef7afb1084a71021f853757d.zip |
- Stage support
-rw-r--r-- | devel/pth/Makefile | 3 | ||||
-rw-r--r-- | devel/pth/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile index af1267f7f9f5..705b72af26bb 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -20,15 +20,12 @@ CONFIGURE_ARGS= --enable-optimize \ --includedir="${PREFIX}/include/pth" \ --libdir="${PREFIX}/lib/pth" -MAN1= pth-config.1 -MAN3= pth.3 OPTIONS_DEFINE= OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS CONFLICTS?= pth-hard-2.* -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PKGNAMESUFFIX} == "-hard" diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index 7dd2bdc07302..771d6dc3538c 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -9,5 +9,9 @@ lib/pth/libpth.so.20 %%PTHREAD%%lib/pth/libpthread.so %%PTHREAD%%lib/pth/libpthread.so.20 share/aclocal/pth.m4 +man/man1/pth-config.1.gz +man/man1/pthread-config.1.gz +man/man3/pth.3.gz +man/man3/pthread.3.gz @dirrm include/pth @dirrm lib/pth |