aboutsummaryrefslogtreecommitdiff
path: root/dns/vizone
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-07 13:53:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-05-07 13:53:08 +0000
commitfd9a96e3debeb575c08d87cb03f4fb3ad5669d9b (patch)
tree51297b61308797191ff4992bce22ae2e40c5d246 /dns/vizone
parent4aa109a0dc1ba0fa59f2b015878b24dc02b54b42 (diff)
downloadports-fd9a96e3debeb575c08d87cb03f4fb3ad5669d9b.tar.gz
ports-fd9a96e3debeb575c08d87cb03f4fb3ad5669d9b.zip
- Use shebangfix macro
- Trim header
Notes
Notes: svn path=/head/; revision=317608
Diffstat (limited to 'dns/vizone')
-rw-r--r--dns/vizone/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/dns/vizone/Makefile b/dns/vizone/Makefile
index 7aab97805bb3..75d0953c0248 100644
--- a/dns/vizone/Makefile
+++ b/dns/vizone/Makefile
@@ -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