summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports-mgmt/portcheckout/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ports-mgmt/portcheckout/Makefile b/ports-mgmt/portcheckout/Makefile
index 697afb68122f..d35d1915f39b 100644
--- a/ports-mgmt/portcheckout/Makefile
+++ b/ports-mgmt/portcheckout/Makefile
@@ -7,6 +7,7 @@
PORTNAME= portcheckout
PORTVERSION= 2.0
+PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= http://wolfram.schneider.org/src/
@@ -19,6 +20,6 @@ MANCOMPRESSED= maybe
PLIST_FILES= bin/portcheckout
post-patch:
- perl -pi -e 's^\#\!/usr/local/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl
+ ${PERL} -pi -e 's^\#\!${PREFIX}/bin/perl^#!${PERL5}^' ${WRKSRC}/portcheckout.pl
.include <bsd.port.mk>