summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:15:19 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1998-10-07 10:15:19 +0000
commit6889f2dbd237d7e7a3ce85ecddd15806c18299c1 (patch)
tree37a37c015dd41465d5d4a3011aea828131cca09b /www
parentELFize. Also, upgrade to mule-2.3 based on emacs-19.34b (used to be (diff)
Use PERL variable for script
Notes
Notes: svn path=/head/; revision=13704
Diffstat (limited to 'www')
-rw-r--r--www/WebMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/WebMagick/Makefile b/www/WebMagick/Makefile
index 9a992a557ace..a4ccbac1f034 100644
--- a/www/WebMagick/Makefile
+++ b/www/WebMagick/Makefile
@@ -4,7 +4,7 @@
# Date created: 20 May 1998
# Whom: ache
#
-# $Id: Makefile,v 1.7 1998/09/15 21:31:54 asami Exp $
+# $Id: Makefile,v 1.8 1998/09/22 23:33:08 asami Exp $
#
DISTNAME= WebMagick-1.44
@@ -22,7 +22,7 @@ CONFIGURE_ENV= webmagick_cv_rootpath=${PREFIX}/www/data \
webmagick_cv_prefixpath="" \
webmagick_cv_htimage="" \
webmagick_cv_maptype=ncsa \
- PERL=${PERL5}
+ PERL=${PERL}
post-install:
cd ${WRKSRC}; \