summaryrefslogtreecommitdiff
path: root/x11/wmweather
diff options
context:
space:
mode:
authorjlam <jlam>2000-08-27 02:46:03 +0000
committerjlam <jlam>2000-08-27 02:46:03 +0000
commit685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /x11/wmweather
parent26479982fb1c1713b23f027c35b884dac0997ad5 (diff)
downloadpkgsrc-685c63f39fc2a7bd2c6a367f7e562fc86dd4ab85.tar.gz
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'x11/wmweather')
-rw-r--r--x11/wmweather/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/wmweather/Makefile b/x11/wmweather/Makefile
index 2c34a846392..b247aa08d31 100644
--- a/x11/wmweather/Makefile
+++ b/x11/wmweather/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/12 05:57:52 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/08/27 02:46:08 jlam Exp $
#
DISTNAME= wmWeather-1.31
@@ -11,12 +11,12 @@ HOMEPAGE= http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml
DEPENDS+= windowmaker-*:../../x11/windowmaker
-USE_PERL5= yes
-USE_X11BASE= yes
+USE_PERL5= # defined
+USE_X11BASE= # defined
do-configure:
${CP} ${WRKSRC}/GrabWeather ${WRKSRC}/GrabWeather.orig
- ${SED} "s:/usr/bin/perl:${LOCALBASE}/bin/perl:g" \
+ ${SED} "s:/usr/bin/perl:${PERL5}:g" \
<${WRKSRC}/GrabWeather.orig >${WRKSRC}/GrabWeather
.include "../../mk/bsd.pkg.mk"