svn commit: r339226 - head/converters/convmv

Baptiste Daroussin bapt at FreeBSD.org
Thu Jan 9 13:19:10 UTC 2014


Author: bapt
Date: Thu Jan  9 13:19:09 2014
New Revision: 339226
URL: http://svnweb.freebsd.org/changeset/ports/339226

Log:
  Support stage
  Fix shebang

Modified:
  head/converters/convmv/Makefile

Modified: head/converters/convmv/Makefile
==============================================================================
--- head/converters/convmv/Makefile	Thu Jan  9 13:16:29 2014	(r339225)
+++ head/converters/convmv/Makefile	Thu Jan  9 13:19:09 2014	(r339226)
@@ -13,10 +13,8 @@ COMMENT=	Convert filenames from one enco
 LICENSE=	GPLv2 GPLv3
 LICENSE_COMB=	dual
 
-USES=		perl5
-PLIST_FILES=	bin/convmv
+USES=		perl5 shebangfix
+SHEBANG_FILES=	convmv
+PLIST_FILES=	bin/convmv man/man1/convmv.1.gz
 
-MAN1=		convmv.1
-
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list