Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Jan 2014 13:19:09 +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: r339226 - head/converters/convmv
Message-ID:  <201401091319.s09DJ96V042360@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401091319.s09DJ96V042360>