diff options
author | wulf <wulf> | 2003-07-13 11:48:17 +0000 |
---|---|---|
committer | wulf <wulf> | 2003-07-13 11:48:17 +0000 |
commit | fa37d3b4900cb9a73487e1020105fab43efe95d9 (patch) | |
tree | a22ea6edb8c0edb93c77c62f12ab011837a74f42 /net | |
parent | eb7d5c9fd7089f63b14e759a17eb7a3f6a7a71ef (diff) | |
download | pkgsrc-fa37d3b4900cb9a73487e1020105fab43efe95d9.tar.gz |
Removed patches/patch-an using REPLACE_PERL instead to fix incorrect path
to perl in ksirc/dsirc
Diffstat (limited to 'net')
-rw-r--r-- | net/kdenetwork3/Makefile | 4 | ||||
-rw-r--r-- | net/kdenetwork3/distinfo | 3 | ||||
-rw-r--r-- | net/kdenetwork3/patches/patch-an | 10 |
3 files changed, 4 insertions, 13 deletions
diff --git a/net/kdenetwork3/Makefile b/net/kdenetwork3/Makefile index cdd3c945b00..816afa4f4a6 100644 --- a/net/kdenetwork3/Makefile +++ b/net/kdenetwork3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/05/22 02:53:23 markd Exp $ +# $NetBSD: Makefile,v 1.17 2003/07/13 11:48:17 wulf Exp $ DISTNAME= kdenetwork-3.1.2 CATEGORIES= net @@ -13,6 +13,8 @@ FOO_MAIN_FILES= \ ksirc/ksirc_main.cpp \ kxmlrpc/kxmlrpcd_main.cpp +REPLACE_PERL= ksirc/dsirc + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" diff --git a/net/kdenetwork3/distinfo b/net/kdenetwork3/distinfo index 663f97eff27..1ae98865963 100644 --- a/net/kdenetwork3/distinfo +++ b/net/kdenetwork3/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.14 2003/07/13 08:19:21 wulf Exp $ +$NetBSD: distinfo,v 1.15 2003/07/13 11:48:17 wulf Exp $ SHA1 (kdenetwork-3.1.2.tar.bz2) = 41fbf47e0b3301a6eb480e8d94f84f7b6ea58f02 Size (kdenetwork-3.1.2.tar.bz2) = 4995101 bytes @@ -12,4 +12,3 @@ SHA1 (patch-ai) = 90a97f8354c477ddb1d4600e715520adde329417 SHA1 (patch-aj) = d780a0b1713562edc517f763d693152fb85f26f1 SHA1 (patch-al) = 13c6bfb20fc49ae22d30029044808c9b77747754 SHA1 (patch-am) = 6c698e49cb342b619df7c05ff6b54049af67a0aa -SHA1 (patch-an) = 1a76daaf0dd1b58a3dce92fe4dc19ccf9dd5a95c diff --git a/net/kdenetwork3/patches/patch-an b/net/kdenetwork3/patches/patch-an deleted file mode 100644 index d5a3262a3cb..00000000000 --- a/net/kdenetwork3/patches/patch-an +++ /dev/null @@ -1,10 +0,0 @@ -$NetBSD: patch-an,v 1.3 2003/07/13 08:19:22 wulf Exp $ - ---- ksirc/dsirc.orig 2003-07-13 17:41:52.000000000 +0930 -+++ ksirc/dsirc 2003-07-13 17:42:01.000000000 +0930 -@@ -1,4 +1,4 @@ --#!/usr/bin/perl -+#!/usr/bin/env perl - - # dsirc: dumb-mode small irc client in perl - # by orabidoo <roger.espel.llima@pobox.com> |