diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 10:46:37 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-07-26 10:46:37 +0000 |
commit | b9cf42305004edcd8f6467ced5afa0861a544eff (patch) | |
tree | 4e432cd7adf68b48f6abe895819485849ed8f886 /security/sig2dot | |
parent | dc88faa4b21054ab85d3b4f63de8aaf08092d4e0 (diff) |
Notes
Diffstat (limited to 'security/sig2dot')
-rw-r--r-- | security/sig2dot/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/security/sig2dot/Makefile b/security/sig2dot/Makefile index a34021c18044..a76b41e9e45f 100644 --- a/security/sig2dot/Makefile +++ b/security/sig2dot/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: sig2dot -# Date created: Aug 8, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= sig2dot PORTVERSION= 0.35 @@ -25,9 +20,8 @@ EXTRACT_BEFORE_ARGS= EXTRACT_AFTER_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes NO_BUILD= yes - -post-patch: - @${PERL} -pi -e "s|/usr/bin/perl|${PERL}|g" ${WRKSRC}/sig2dot.pl +USES= shebangfix +SHEBANG_FILES= sig2dot.pl do-install: ${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${PREFIX}/bin/sig2dot |