Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 00:39:12 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r340968 - head/devel/pthsem
Message-ID:  <201401250039.s0P0dC67017904@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250039.s0P0dC67017904>