summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
committerjlam <jlam@pkgsrc.org>2000-08-28 09:14:50 +0000
commitbb3a9554989d91ee874bae222350289ea4d889d0 (patch)
tree6d07d83c56526fcde754b8398d99ddd2c3ed6a45 /net
parent4a7ce722b8dbf5822362b8e311c056e3be5d8644 (diff)
downloadpkgsrc-bb3a9554989d91ee874bae222350289ea4d889d0.tar.gz
Use PERL5 variable for location of perl5 binary.
Diffstat (limited to 'net')
-rw-r--r--net/ethereal/Makefile4
-rw-r--r--net/vnc/Makefile10
2 files changed, 7 insertions, 7 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 721fbbb34a8..04764133963 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2000/08/05 07:33:37 tron Exp $
+# $NetBSD: Makefile,v 1.33 2000/08/28 09:14:50 jlam Exp $
#
DISTNAME= ethereal-${ETHEREAL_VERSION}
@@ -10,7 +10,7 @@ MAINTAINER= frueauf@netbsd.org
HOMEPAGE= http://ethereal.zing.org/
DEPENDS= gtk+-1.2.*:../../x11/gtk
-BUILD_DEPENDS+= ${LOCALBASE}/bin/perl:../../lang/perl5
+BUILD_DEPENDS+= ${PERL5}:../../lang/perl5
USE_X11= yes
GNU_CONFIGURE= yes
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index 12f3997ab06..ddba9054ccf 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2000/07/11 10:00:39 agc Exp $
+# $NetBSD: Makefile,v 1.12 2000/08/28 09:14:50 jlam Exp $
# FreeBSD Id: Makefile,v 1.2 1998/03/19 01:54:59 msmith Exp
#
@@ -12,7 +12,7 @@ DISTFILES= vnc-3.3.3r1_unixsrc.tgz \
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.uk.research.att.com/vnc/
-USE_PERL5= yes
+USE_PERL5= # defined
# Is this for real? The code was developed in the UK,
# but the DES parts came from the USA in the first place.
@@ -20,8 +20,8 @@ RESTRICTED= Contains cryptographic software
WRKSRC= ${WRKDIR}/vnc_unixsrc
-USE_IMAKE= yes
-NO_INSTALL_MANPAGES= yes
+USE_IMAKE= # defined
+NO_INSTALL_MANPAGES= # defined
ALL_TARGET= World
@@ -32,7 +32,7 @@ post-install:
${INSTALL_PROGRAM} ${WRKSRC}/vncviewer/vncviewer ${PREFIX}/bin/vncviewer
${INSTALL_PROGRAM} ${WRKSRC}/vncpasswd/vncpasswd ${PREFIX}/bin/vncpasswd
${SED} -e 's|/usr/local/vnc/classes|${X11PREFIX}/share/vnc/classes|g' \
- -e 's|/usr/bin/perl|${LOCALBASE}/bin/perl|g' \
+ -e 's|/usr/bin/perl|${PERL5}|g' \
< ${WRKSRC}/vncserver \
> ${WRKSRC}/vncserver.local
${INSTALL_SCRIPT} ${WRKSRC}/vncserver.local ${PREFIX}/bin/vncserver