diff options
author | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
---|---|---|
committer | schmonz <schmonz> | 2002-12-14 03:43:18 +0000 |
commit | 387676eb24722927e9b0cd38712856ee22125e5c (patch) | |
tree | 2cf5e6870c15092e001faad567a0a3a665d6b287 /misc | |
parent | 16021d441a400794a5a6509eaa79fd779561b2b0 (diff) | |
download | pkgsrc-387676eb24722927e9b0cd38712856ee22125e5c.tar.gz |
REPLACE_PERL's working directory is ${WRKSRC}, so packages needn't
prefix REPLACE_PERL definitions with ${WRKSRC}.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeedu3/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/kdeedu3/Makefile b/misc/kdeedu3/Makefile index 12ff6d39a34..f1abc9c74c1 100644 --- a/misc/kdeedu3/Makefile +++ b/misc/kdeedu3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/10/14 09:13:49 skrll Exp $ +# $NetBSD: Makefile,v 1.6 2002/12/14 03:43:19 schmonz Exp $ DISTNAME= kdeedu-3.0.4 CATEGORIES= misc @@ -7,8 +7,8 @@ COMMENT= Edu{tainment,cation} tools for the KDE integrated X11 desktop .include "../../x11/kde3/Makefile.kde3" REPLACE_PERL= \ - ${WRKSRC}/kvoctrain/kvoctrain/langen2kvtml \ - ${WRKSRC}/kvoctrain/kvoctrain/spotlight2kvtml + kvoctrain/kvoctrain/langen2kvtml \ + kvoctrain/kvoctrain/spotlight2kvtml USE_BUILDLINK2= YES |