diff options
author | wulf <wulf@pkgsrc.org> | 2003-07-13 11:19:28 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2003-07-13 11:19:28 +0000 |
commit | 172c33c49cc3f8c22e96a141f8344029dc8bf0b3 (patch) | |
tree | 5200e3b2fcbfbe371ffac6fff6d71930a442cb2e /x11 | |
parent | bf60cf25c177518754decf4a71ef5aa44ddd4850 (diff) | |
download | pkgsrc-172c33c49cc3f8c22e96a141f8344029dc8bf0b3.tar.gz |
Removed patches/patch-af and instead use REPLACE_PERL to fix incorrect
path to perl in fileshareset script
Diffstat (limited to 'x11')
-rw-r--r-- | x11/kdebase3/Makefile | 4 | ||||
-rw-r--r-- | x11/kdebase3/distinfo | 3 | ||||
-rw-r--r-- | x11/kdebase3/patches/patch-fd | 10 |
3 files changed, 4 insertions, 13 deletions
diff --git a/x11/kdebase3/Makefile b/x11/kdebase3/Makefile index 76224308ffe..4c16f82af4e 100644 --- a/x11/kdebase3/Makefile +++ b/x11/kdebase3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2003/07/08 14:05:06 markd Exp $ +# $NetBSD: Makefile,v 1.27 2003/07/13 11:19:28 wulf Exp $ DISTNAME= kdebase-3.1.2 CATEGORIES= x11 @@ -21,6 +21,8 @@ CONFIGURE_ARGS+= --without-lame CONFIGURE_ARGS+= --without-vorbis CONFIGURE_ARGS+= --without-java +REPLACE_PERL= kcontrol/fileshare/fileshareset + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" diff --git a/x11/kdebase3/distinfo b/x11/kdebase3/distinfo index 16f580869c6..bffb9ee9a7e 100644 --- a/x11/kdebase3/distinfo +++ b/x11/kdebase3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.32 2003/07/13 04:13:04 wulf Exp $ +$NetBSD: distinfo,v 1.33 2003/07/13 11:19:29 wulf Exp $ SHA1 (kdebase-3.1.2.tar.bz2) = 2e75e74f902977c497e8bdc15074909009d8c91a Size (kdebase-3.1.2.tar.bz2) = 15229871 bytes @@ -111,4 +111,3 @@ SHA1 (patch-ex) = 989581c86846b7eede2221cb3c4e896f40ad17d5 SHA1 (patch-fa) = fc8d6f0e22548e86ad4d9f328a657c86ea9f51c4 SHA1 (patch-fb) = 5f6895322c186813c43a3426dfe4d57a17090346 SHA1 (patch-fc) = 8bdc76aa9c34e270de2fba14213db0c179c5cd31 -SHA1 (patch-fd) = 42e03e0ffa64a8f45e704dd30bd962bf7a63eca4 diff --git a/x11/kdebase3/patches/patch-fd b/x11/kdebase3/patches/patch-fd deleted file mode 100644 index a75e228890d..00000000000 --- a/x11/kdebase3/patches/patch-fd +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-fd,v 1.1 2003/07/13 04:13:05 wulf Exp $ - ---- kcontrol/fileshare/fileshareset.orig 2003-07-13 13:25:36.000000000 +0930 -+++ kcontrol/fileshare/fileshareset 2003-07-13 13:26:04.000000000 +0930 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -T -+#!/usr/bin/env perl - use strict; - - ######################################## |