summaryrefslogtreecommitdiff
path: root/x11/wmweather
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
committerjlam <jlam@pkgsrc.org>2000-08-27 02:46:03 +0000
commit06f0a4c3c2051370b645889877b890871f653667 (patch)
tree1e6a3745241270729ad06096ce88aae00098df6e /x11/wmweather
parentbe7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff)
downloadpkgsrc-06f0a4c3c2051370b645889877b890871f653667.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"