diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 20:45:48 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-04 20:45:48 +0000 |
commit | e5cda214601e08fbe915192901cc3cf83a68fb89 (patch) | |
tree | 7e7ef7dfb7d02ad981fbfb2d9fb6462a91a1a730 | |
parent | ae17b5ce992ae1342031ae5313beb71063b69ada (diff) | |
download | freebsd-ports-e5cda214601e08fbe915192901cc3cf83a68fb89.zip |
Master port devel/pth is staged, so stage slave port devel/pth-hard too
-rw-r--r-- | devel/pth-hard/Makefile | 1 | ||||
-rw-r--r-- | devel/pth/Makefile | 2 | ||||
-rw-r--r-- | devel/pth/pkg-plist | 4 |
3 files changed, 2 insertions, 5 deletions
diff --git a/devel/pth-hard/Makefile b/devel/pth-hard/Makefile index ca4d715b8b52..328fecbe0838 100644 --- a/devel/pth-hard/Makefile +++ b/devel/pth-hard/Makefile @@ -7,5 +7,4 @@ CONFLICTS= pth-2.* MASTERDIR= ${.CURDIR}/../pth -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/devel/pth/Makefile b/devel/pth/Makefile index 705b72af26bb..68ec37a4754d 100644 --- a/devel/pth/Makefile +++ b/devel/pth/Makefile @@ -34,8 +34,6 @@ PLIST_SUB= PTHREAD="@comment " .else CONFIGURE_ARGS+= --enable-syscall-soft --enable-pthread PLIST_SUB= PTHREAD="" -MAN1+= pthread-config.1 -MAN3+= pthread.3 .endif post-patch: diff --git a/devel/pth/pkg-plist b/devel/pth/pkg-plist index 771d6dc3538c..90c3a9006264 100644 --- a/devel/pth/pkg-plist +++ b/devel/pth/pkg-plist @@ -10,8 +10,8 @@ lib/pth/libpth.so.20 %%PTHREAD%%lib/pth/libpthread.so.20 share/aclocal/pth.m4 man/man1/pth-config.1.gz -man/man1/pthread-config.1.gz +%%PTHREAD%%man/man1/pthread-config.1.gz man/man3/pth.3.gz -man/man3/pthread.3.gz +%%PTHREAD%%man/man3/pthread.3.gz @dirrm include/pth @dirrm lib/pth |