svn commit: r340530 - head/devel/libphk

Baptiste Daroussin bapt at FreeBSD.org
Tue Jan 21 00:51:35 UTC 2014


Author: bapt
Date: Tue Jan 21 00:51:34 2014
New Revision: 340530
URL: http://svnweb.freebsd.org/changeset/ports/340530
QAT: https://qat.redports.org/buildarchive/r340530/

Log:
  Support stage

Modified:
  head/devel/libphk/Makefile
  head/devel/libphk/pkg-plist   (contents, props changed)

Modified: head/devel/libphk/Makefile
==============================================================================
--- head/devel/libphk/Makefile	Tue Jan 21 00:50:09 2014	(r340529)
+++ head/devel/libphk/Makefile	Tue Jan 21 00:51:34 2014	(r340530)
@@ -14,12 +14,10 @@ EXTRACT_SUFX=	.tgz
 MAINTAINER=	perl at FreeBSD.org
 COMMENT=	PHK's utilities functions
 
-WRKSRC=		${WRKDIR}/Libphk
+USES=	uidfix
 
-MAN3=	libphk.3 phk_argv.3 phk_binheap.3
-MANCOMPRESSED=	yes
+WRKSRC=		${WRKDIR}/Libphk
 
-NO_STAGE=	yes
 post-patch:
 	@${SED} -i -e 's!/usr/local!$${PREFIX}!g' ${WRKSRC}/Makefile
 

Modified: head/devel/libphk/pkg-plist
==============================================================================
--- head/devel/libphk/pkg-plist	Tue Jan 21 00:50:09 2014	(r340529)
+++ head/devel/libphk/pkg-plist	Tue Jan 21 00:51:34 2014	(r340530)
@@ -1,4 +1,3 @@
- at comment $FreeBSD$
 include/phk_argv.h
 include/phk_binheap.h
 include/phk_expr.h
@@ -10,3 +9,6 @@ include/phk_modbus.h
 include/phk_lineup.h
 lib/libphk.a
 lib/libphk_p.a
+man/man3/libphk.3.gz
+man/man3/phk_argv.3.gz
+man/man3/phk_binheap.3.gz


More information about the svn-ports-all mailing list