diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-25 08:47:42 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-25 08:47:42 +0800 |
commit | 28d80c79c67ae7a1ac88587cfe4ad7abdbc5490c (patch) | |
tree | 38133b9cc556554babaf12c29f1468769dd5888a | |
parent | 0a8fe20aceed9f0e086551e1dc71a67f68863ee6 (diff) | |
download | freebsd-ports-gnome-28d80c79c67ae7a1ac88587cfe4ad7abdbc5490c.tar.gz freebsd-ports-gnome-28d80c79c67ae7a1ac88587cfe4ad7abdbc5490c.tar.zst freebsd-ports-gnome-28d80c79c67ae7a1ac88587cfe4ad7abdbc5490c.zip |
Support stage
-rw-r--r-- | devel/pcl/Makefile | 13 | ||||
-rw-r--r-- | devel/pcl/pkg-plist | 1 |
2 files changed, 4 insertions, 10 deletions
diff --git a/devel/pcl/Makefile b/devel/pcl/Makefile index e21e0a16832d..2d23279fc441 100644 --- a/devel/pcl/Makefile +++ b/devel/pcl/Makefile @@ -9,19 +9,12 @@ MASTER_SITES= http://www.xmailserver.org/ MAINTAINER= manuel.giraud@gmail.com COMMENT= Portable Coroutine Library -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN3= pcl.3 - WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} -NO_STAGE= yes -.include <bsd.port.pre.mk> - -.if ${ARCH} == "sparc64" -BROKEN= Does not compile on sparc64 -.endif +BROKEN_sparc64= Does not compile on sparc64 -.include <bsd.port.post.mk> +.include <bsd.port.mk> diff --git a/devel/pcl/pkg-plist b/devel/pcl/pkg-plist index 03dbbad791b0..358d9c7d5687 100644 --- a/devel/pcl/pkg-plist +++ b/devel/pcl/pkg-plist @@ -3,3 +3,4 @@ lib/libpcl.a lib/libpcl.la lib/libpcl.so lib/libpcl.so.1 +man/man3/pcl.3.gz |