Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2013 13:53:08 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r317608 - head/dns/vizone
Message-ID:  <201305071353.r47Dr8wa022534@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue May  7 13:53:08 2013
New Revision: 317608
URL: http://svnweb.freebsd.org/changeset/ports/317608

Log:
  - Use shebangfix macro
  - Trim header

Modified:
  head/dns/vizone/Makefile

Modified: head/dns/vizone/Makefile
==============================================================================
--- head/dns/vizone/Makefile	Tue May  7 13:51:52 2013	(r317607)
+++ head/dns/vizone/Makefile	Tue May  7 13:53:08 2013	(r317608)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:	vizone
-# Date created:				13 Aug 2007
-# Whom:					Emanuel Haupt <ehaupt@FreeBSD.org>
-#
+# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	vizone
 PORTVERSION=	0.1
@@ -13,15 +9,15 @@ MASTER_SITES=	CRITICAL
 MAINTAINER=	ehaupt@FreeBSD.org
 COMMENT=	Updates the serial number in one or more zonefiles
 
+USES=		shebangfix
 USE_PERL5_RUN=	yes
 NO_BUILD=	yes
 
+SHEBANG_FILES=	updserial
+
 PORTEXAMPLES=	example.tld
 PLIST_FILES=	bin/vizone bin/updserial
 
-post-patch:
-	@${REINPLACE_CMD} -e '1s|.*|#!${PERL}|' ${WRKSRC}/updserial
-
 do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
 	${INSTALL_SCRIPT} ${WRKSRC}/updserial ${PREFIX}/bin



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