aboutsummaryrefslogtreecommitdiffstats
path: root/www/calamaris
diff options
context:
space:
mode:
authordemon <demon@FreeBSD.org>2004-01-02 06:13:38 +0800
committerdemon <demon@FreeBSD.org>2004-01-02 06:13:38 +0800
commitbbfb3872ed3652f71a7ee351d00890a740bf2cf0 (patch)
treee28ceca6bcaf3dc45dc92c3f4160dda06ef1f2c6 /www/calamaris
parente65b4cffb8ecdc9d6a1bfcc0f4e270ecfe3d6bc3 (diff)
downloadfreebsd-ports-gnome-bbfb3872ed3652f71a7ee351d00890a740bf2cf0.tar.gz
freebsd-ports-gnome-bbfb3872ed3652f71a7ee351d00890a740bf2cf0.tar.zst
freebsd-ports-gnome-bbfb3872ed3652f71a7ee351d00890a740bf2cf0.zip
Refer to perl binary as ${PERL}, not ${PERL5}, so the program continues to
work after perl update.
Diffstat (limited to 'www/calamaris')
-rw-r--r--www/calamaris/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/calamaris/Makefile b/www/calamaris/Makefile
index 04a487ba39e1..c0c7bdb202e6 100644
--- a/www/calamaris/Makefile
+++ b/www/calamaris/Makefile
@@ -18,7 +18,7 @@ NO_BUILD= yes
MAN1= calamaris.1
post-patch:
- @ ${PERL} -pi -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/calamaris
+ @ ${PERL} -pi -e 's#/usr/bin/perl#${PERL}#' ${WRKSRC}/calamaris
do-install:
@ ${INSTALL_MAN} ${WRKSRC}/calamaris.1 ${PREFIX}/man/man1/calamaris.1