diff options
author | demon <demon@FreeBSD.org> | 2004-01-02 06:13:38 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2004-01-02 06:13:38 +0800 |
commit | bbfb3872ed3652f71a7ee351d00890a740bf2cf0 (patch) | |
tree | e28ceca6bcaf3dc45dc92c3f4160dda06ef1f2c6 /www/calamaris | |
parent | e65b4cffb8ecdc9d6a1bfcc0f4e270ecfe3d6bc3 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |