svn commit: r340968 - head/devel/pthsem

Baptiste Daroussin bapt at FreeBSD.org
Sat Jan 25 00:39:13 UTC 2014


Author: bapt
Date: Sat Jan 25 00:39:12 2014
New Revision: 340968
URL: http://svnweb.freebsd.org/changeset/ports/340968
QAT: https://qat.redports.org/buildarchive/r340968/

Log:
  Support stage

Modified:
  head/devel/pthsem/Makefile
  head/devel/pthsem/pkg-plist

Modified: head/devel/pthsem/Makefile
==============================================================================
--- head/devel/pthsem/Makefile	Sat Jan 25 00:37:05 2014	(r340967)
+++ head/devel/pthsem/Makefile	Sat Jan 25 00:39:12 2014	(r340968)
@@ -11,12 +11,8 @@ COMMENT=	GNU Portable Threads with semap
 
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
-
-MAN1=		pthsem-config.1
-MAN3=		pthsem.3
+USES=		gmake
 
 MAKE_JOBS_UNSAFE=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/pthsem/pkg-plist
==============================================================================
--- head/devel/pthsem/pkg-plist	Sat Jan 25 00:37:05 2014	(r340967)
+++ head/devel/pthsem/pkg-plist	Sat Jan 25 00:39:12 2014	(r340968)
@@ -4,4 +4,6 @@ lib/libpthsem.a
 lib/libpthsem.la
 lib/libpthsem.so
 lib/libpthsem.so.20
+man/man1/pthsem-config.1.gz
+man/man3/pthsem.3.gz
 share/aclocal/pthsem.m4


More information about the svn-ports-all mailing list