diff options
author | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-08-27 02:46:03 +0000 |
commit | 06f0a4c3c2051370b645889877b890871f653667 (patch) | |
tree | 1e6a3745241270729ad06096ce88aae00098df6e /x11 | |
parent | be7f4fdef3c6ab7b370c57cfd4aef4beb08ea983 (diff) | |
download | pkgsrc-06f0a4c3c2051370b645889877b890871f653667.tar.gz |
Use new PERL5 variable instead of ${LOCALBASE}/bin/perl.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-core/Makefile | 4 | ||||
-rw-r--r-- | x11/wmweather/Makefile | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/gnome-core/Makefile b/x11/gnome-core/Makefile index ade0c30084c..705db859f6e 100644 --- a/x11/gnome-core/Makefile +++ b/x11/gnome-core/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.48 2000/08/23 14:43:26 tron Exp $ +# $NetBSD: Makefile,v 1.49 2000/08/27 02:46:08 jlam Exp $ DISTNAME= gnome-core-1.2.1 CATEGORIES= x11 gnome @@ -38,7 +38,7 @@ post-patch: cd ${WRKSRC}; \ for FILE in ${PERL_SCRIPTS}; do \ ${CP} $$FILE $${FILE}.orig; \ - ${SED} -e 's#/usr/bin/perl#${LOCALBASE}/bin/perl#g' \ + ${SED} -e 's#/usr/bin/perl#${PERL5}#g' \ <$${FILE}.orig >$$FILE; \ done 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" |