svn commit: r341333 - head/devel/str

Baptiste Daroussin bapt at FreeBSD.org
Mon Jan 27 07:29:52 UTC 2014


Author: bapt
Date: Mon Jan 27 07:29:51 2014
New Revision: 341333
URL: http://svnweb.freebsd.org/changeset/ports/341333
QAT: https://qat.redports.org/buildarchive/r341333/

Log:
  Support stage

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

Modified: head/devel/str/Makefile
==============================================================================
--- head/devel/str/Makefile	Mon Jan 27 07:29:32 2014	(r341332)
+++ head/devel/str/Makefile	Mon Jan 27 07:29:51 2014	(r341333)
@@ -10,13 +10,10 @@ MASTER_SITE_SUBDIR=	lib/${PORTNAME}
 MAINTAINER=	vd at FreeBSD.org
 COMMENT=	Generic String Library
 
+USES=		desthack
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 
-MAN1=		str-config.1
-MAN3=		str.3
-
-NO_STAGE=	yes
 post-build:
 	@${ECHO_MSG} "===>  Use 'make check' to run a quick test suite."
 

Modified: head/devel/str/pkg-plist
==============================================================================
--- head/devel/str/pkg-plist	Mon Jan 27 07:29:32 2014	(r341332)
+++ head/devel/str/pkg-plist	Mon Jan 27 07:29:51 2014	(r341333)
@@ -4,3 +4,5 @@ lib/libstr.a
 lib/libstr.la
 lib/libstr.so
 lib/libstr.so.9
+man/man1/str-config.1.gz
+man/man3/str.3.gz


More information about the svn-ports-all mailing list