diff --git a/devel/libpcl/Makefile b/devel/libpcl/Makefile index 5cd6c2be1922..81abf851c701 100644 --- a/devel/libpcl/Makefile +++ b/devel/libpcl/Makefile @@ -1,25 +1,27 @@ PORTNAME= libpcl DISTVERSION= 1.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://xmailserver.org/ DISTNAME= pcl-${DISTVERSION} MAINTAINER= yuri@FreeBSD.org COMMENT= Portable Coroutine Library for low level functionality for coroutines WWW= http://xmailserver.org/libpcl.html LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING USES= gmake libtool GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-static USE_LDCONFIG= yes PLIST_FILES= include/pcl.h \ lib/libpcl.so \ lib/libpcl.so.1 \ lib/libpcl.so.1.0.11 \ - man/man3/pcl.3.gz + share/man/man3/pcl.3.gz .include