Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Feb 2014 04:05:35 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r342382 - head/devel/pth
Message-ID:  <201402030405.s1345Zj5015507@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Mon Feb  3 04:05:35 2014
New Revision: 342382
URL: http://svnweb.freebsd.org/changeset/ports/342382
QAT: https://qat.redports.org/buildarchive/r342382/

Log:
  - Stage support

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

Modified: head/devel/pth/Makefile
==============================================================================
--- head/devel/pth/Makefile	Mon Feb  3 04:03:58 2014	(r342381)
+++ head/devel/pth/Makefile	Mon Feb  3 04:05:35 2014	(r342382)
@@ -20,15 +20,12 @@ CONFIGURE_ARGS=	--enable-optimize \
 		--includedir="${PREFIX}/include/pth" \
 		--libdir="${PREFIX}/lib/pth"
 
-MAN1=		pth-config.1
-MAN3=		pth.3
 
 OPTIONS_DEFINE=	OPTIMIZED_CFLAGS
 OPTIONS_DEFAULT=	OPTIMIZED_CFLAGS
 
 CONFLICTS?=	pth-hard-2.*
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 .if ${PKGNAMESUFFIX} == "-hard"

Modified: head/devel/pth/pkg-plist
==============================================================================
--- head/devel/pth/pkg-plist	Mon Feb  3 04:03:58 2014	(r342381)
+++ head/devel/pth/pkg-plist	Mon Feb  3 04:05:35 2014	(r342382)
@@ -9,5 +9,9 @@ lib/pth/libpth.so.20
 %%PTHREAD%%lib/pth/libpthread.so
 %%PTHREAD%%lib/pth/libpthread.so.20
 share/aclocal/pth.m4
+man/man1/pth-config.1.gz
+man/man1/pthread-config.1.gz
+man/man3/pth.3.gz
+man/man3/pthread.3.gz
 @dirrm include/pth
 @dirrm lib/pth



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