Date: Sun, 17 Nov 2013 12:40:16 +0000 (UTC) From: Marcus von Appen <mva@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334080 - head/devel/cvsutils Message-ID: <201311171240.rAHCeGIC085401@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mva Date: Sun Nov 17 12:40:16 2013 New Revision: 334080 URL: http://svnweb.freebsd.org/changeset/ports/334080 Log: - Enable staging support - Fix the shebang on the scripts being installed Modified: head/devel/cvsutils/Makefile head/devel/cvsutils/pkg-plist (contents, props changed) Modified: head/devel/cvsutils/Makefile ============================================================================== --- head/devel/cvsutils/Makefile Sun Nov 17 12:33:49 2013 (r334079) +++ head/devel/cvsutils/Makefile Sun Nov 17 12:40:16 2013 (r334080) @@ -12,22 +12,16 @@ COMMENT= CVS utilities which facilitate LICENSE= GPLv2 -USES= perl5 +USES= perl5 shebangfix GNU_CONFIGURE= yes - -MAN1= cvsutils.1 +SHEBANG_FILES= cvs*.pl OPTIONS_DEFINE= DOCS -NO_STAGE= yes -.include <bsd.port.options.mk> - post-install: -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS ChangeLog NEWS README - ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ .endfor -.endif .include <bsd.port.mk> Modified: head/devel/cvsutils/pkg-plist ============================================================================== --- head/devel/cvsutils/pkg-plist Sun Nov 17 12:33:49 2013 (r334079) +++ head/devel/cvsutils/pkg-plist Sun Nov 17 12:40:16 2013 (r334080) @@ -5,6 +5,7 @@ bin/cvsdiscard bin/cvspurge bin/cvstrim bin/cvsu +man/man1/cvsutils.1.gz %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/NEWS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311171240.rAHCeGIC085401>