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 | b70a8c82a1dd1c33e1cd2594f4854de5de30820b (patch) | |
tree | a0f5221c4c0149751e9fd49cc2fd2a9f96ad1cf9 /x11/kdelibs3 | |
parent | d5c0ae3432b379447504bdbafbf46fa5a4cf553e (diff) | |
download | pkgsrc-b70a8c82a1dd1c33e1cd2594f4854de5de30820b.tar.gz |
Fix location of preparetips in REPLACE_PERL
Diffstat (limited to 'x11/kdelibs3')
-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 |