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 /x11 | |
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 'x11')
-rw-r--r-- | x11/kdelibs2/Makefile | 6 | ||||
-rw-r--r-- | x11/kdelibs3/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/kdelibs2/Makefile b/x11/kdelibs2/Makefile index 4acf3b1b1ae..5904869a623 100644 --- a/x11/kdelibs2/Makefile +++ b/x11/kdelibs2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2002/12/05 15:28:29 tron Exp $ +# $NetBSD: Makefile,v 1.47 2002/12/14 03:43:20 schmonz Exp $ DISTNAME= kdelibs-2.2.2 PKGREVISION= 4 @@ -32,8 +32,8 @@ LIBS+= `gcc -print-libgcc-file-name` .endif REPLACE_PERL= \ - ${WRKSRC}/kio/proxytype.pl \ - ${WRKSRC}/kio/useragent.pl + kio/proxytype.pl \ + kio/useragent.pl PLIST_SRC= ${WRKDIR}/PLIST UNLIMIT_RESOURCES= datasize diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index a48b8067ccd..95f5870a92c 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/12/06 11:00:30 skrll Exp $ +# $NetBSD: Makefile,v 1.16 2002/12/14 03:43:20 schmonz Exp $ DISTNAME= kdelibs-3.0.4 PKGREVISION= 1 @@ -26,8 +26,8 @@ LIBS+= ${EXPORT_SYMBOLS_LDFLAGS} KDEDIR= ${PREFIX} REPLACE_PERL= \ - ${WRKSRC}/kio/proxytype.pl \ - ${WRKSRC}/kio/useragent.pl + kio/proxytype.pl \ + kio/useragent.pl PLIST_SRC= ${WRKDIR}/PLIST UNLIMIT_RESOURCES= datasize memorysize |