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 /ports-mgmt | |
parent | dc88faa4b21054ab85d3b4f63de8aaf08092d4e0 (diff) | |
download | ports-b9cf42305004edcd8f6467ced5afa0861a544eff.tar.gz ports-b9cf42305004edcd8f6467ced5afa0861a544eff.zip |
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/portcheckout/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile index d35d1915f39b..425f5bfe7b0e 100644 --- a/ports-mgmt/portcheckout/Makefile +++ b/ports-mgmt/portcheckout/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: portcheckout -# Date created: 1 November 1998 -# Whom: wosch -# +# Created by: wosch # $FreeBSD$ -# PORTNAME= portcheckout PORTVERSION= 2.0 @@ -15,11 +11,10 @@ MAINTAINER= wosch@FreeBSD.org COMMENT= Checkout and build ports and all depending ports USE_PERL5= yes +USES= shebangfix +SHEBANG_FILES= portcheckout.pl MAN1= portcheckout.1 MANCOMPRESSED= maybe PLIST_FILES= bin/portcheckout -post-patch: - ${PERL} -pi -e 's^\#\!${PREFIX}/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl - .include <bsd.port.mk> |