svn commit: r337789 - head/sysutils/worldtools

Baptiste Daroussin bapt at FreeBSD.org
Fri Dec 27 19:21:51 UTC 2013


Author: bapt
Date: Fri Dec 27 19:21:50 2013
New Revision: 337789
URL: http://svnweb.freebsd.org/changeset/ports/337789

Log:
  support stage

Modified:
  head/sysutils/worldtools/Makefile
  head/sysutils/worldtools/pkg-plist

Modified: head/sysutils/worldtools/Makefile
==============================================================================
--- head/sysutils/worldtools/Makefile	Fri Dec 27 19:21:41 2013	(r337788)
+++ head/sysutils/worldtools/Makefile	Fri Dec 27 19:21:50 2013	(r337789)
@@ -10,13 +10,10 @@ MASTER_SITES=	http://anarcat.ath.cx/soft
 MAINTAINER=	anarcat at anarcat.ath.cx
 COMMENT=	Handy tools for living with make world
 
-USES=		perl5
+USES=		perl5 uidfix shebangfix
+SHEBANG_FILES=	whereintheworld
 USE_PERL5=	run
 
-MAN8=		buildit.8 upgrade.8 whereintheworld.8
-
 MAKE_ARGS=	SHAREDIR=${PREFIX}
-MANCOMPRESSED=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>

Modified: head/sysutils/worldtools/pkg-plist
==============================================================================
--- head/sysutils/worldtools/pkg-plist	Fri Dec 27 19:21:41 2013	(r337788)
+++ head/sysutils/worldtools/pkg-plist	Fri Dec 27 19:21:50 2013	(r337789)
@@ -1,3 +1,6 @@
+man/man8/buildit.8.gz
+man/man8/upgrade.8.gz
+man/man8/whereintheworld.8.gz
 sbin/whereintheworld
 sbin/upgrade
 sbin/buildit


More information about the svn-ports-head mailing list