svn commit: r336376 - head/devel/imake

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 13 23:09:40 UTC 2013


Author: bapt
Date: Fri Dec 13 23:09:39 2013
New Revision: 336376
URL: http://svnweb.freebsd.org/changeset/ports/336376

Log:
  support stage
  Add missing dependency on pkgconfig

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

Modified: head/devel/imake/Makefile
==============================================================================
--- head/devel/imake/Makefile	Fri Dec 13 22:26:11 2013	(r336375)
+++ head/devel/imake/Makefile	Fri Dec 13 23:09:39 2013	(r336376)
@@ -15,7 +15,7 @@ RUN_DEPENDS=	gccmakedep:${PORTSDIR}/deve
 		makedepend:${PORTSDIR}/devel/makedepend \
 		${LOCALBASE}/lib/X11/config/xorg.cf:${PORTSDIR}/x11/xorg-cf-files
 
-USES=	shebangfix perl5
+USES=	shebangfix perl5 pkgconfig
 USE_PERL5=	run
 
 SHEBANG_FILES=	mkhtmlindex.pl
@@ -25,15 +25,4 @@ USE_XORG=	xproto
 
 CONFIGURE_ENV=	ac_cv_path_RAWCPP=tradcpp
 
-MAN1=		ccmakedep.1 \
-		cleanlinks.1 \
-		imake.1 \
-		makeg.1 \
-		mergelib.1 \
-		mkdirhier.1 \
-		mkhtmlindex.1 \
-		revpath.1 \
-		xmkmf.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/devel/imake/pkg-plist
==============================================================================
--- head/devel/imake/pkg-plist	Fri Dec 13 22:26:11 2013	(r336375)
+++ head/devel/imake/pkg-plist	Fri Dec 13 23:09:39 2013	(r336376)
@@ -7,3 +7,12 @@ bin/mkdirhier
 bin/mkhtmlindex
 bin/revpath
 bin/xmkmf
+man/man1/ccmakedep.1.gz
+man/man1/cleanlinks.1.gz
+man/man1/imake.1.gz
+man/man1/makeg.1.gz
+man/man1/mergelib.1.gz
+man/man1/mkdirhier.1.gz
+man/man1/mkhtmlindex.1.gz
+man/man1/revpath.1.gz
+man/man1/xmkmf.1.gz


More information about the svn-ports-head mailing list