Date: Fri, 27 Dec 2013 19:21:51 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337789 - head/sysutils/worldtools Message-ID: <201312271921.rBRJLpu9081937@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312271921.rBRJLpu9081937>