diff options
author | skrll <skrll@pkgsrc.org> | 2003-08-05 19:18:04 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2003-08-05 19:18:04 +0000 |
commit | 05ee9632d05f02b059b07dca035aef38707983a1 (patch) | |
tree | a0f5221c4c0149751e9fd49cc2fd2a9f96ad1cf9 | |
parent | 5d061ecd61278ae70b5b1d8b08cffe106aae18b1 (diff) | |
download | pkgsrc-05ee9632d05f02b059b07dca035aef38707983a1.tar.gz |
Fix location of preparetips in REPLACE_PERL
-rw-r--r-- | x11/kdelibs3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index fd3fe84df30..3d2e26068fa 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/08/05 13:45:54 drochner Exp $ +# $NetBSD: Makefile,v 1.35 2003/08/05 19:18:04 skrll Exp $ DISTNAME= kdelibs-3.1.3 PKGREVISION= 1 @@ -27,7 +27,7 @@ KDEDIR= ${PREFIX} REPLACE_PERL= \ kio/proxytype.pl \ kio/useragent.pl \ - kdeui/preparetips + bin/preparetips PLIST_SRC= ${WRKDIR}/PLIST UNLIMIT_RESOURCES= datasize memorysize |