summaryrefslogtreecommitdiff
path: root/lang/icon/patches
diff options
context:
space:
mode:
authorwiz <wiz>2011-03-01 10:08:26 +0000
committerwiz <wiz>2011-03-01 10:08:26 +0000
commit68876639239214da64d982f2ab038faca2648d24 (patch)
treebd7cb18fd114a94144905fd89bb97b55df30667f /lang/icon/patches
parent043db72fc6ffaf2ec6f188cd1a9d9b451f82d72c (diff)
downloadpkgsrc-68876639239214da64d982f2ab038faca2648d24.tar.gz
Fix icon binary, it had the destdir embedded. From Mark Schuetz Schmuck
in PR 44653. Bump PKGREVISION. Set LICENSE.
Diffstat (limited to 'lang/icon/patches')
-rw-r--r--lang/icon/patches/patch-aj6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/icon/patches/patch-aj b/lang/icon/patches/patch-aj
index e57b37eb0ed..70561701615 100644
--- a/lang/icon/patches/patch-aj
+++ b/lang/icon/patches/patch-aj
@@ -1,4 +1,4 @@
-$NetBSD: patch-aj,v 1.8 2009/09/21 16:38:08 tnn Exp $
+$NetBSD: patch-aj,v 1.9 2011/03/01 10:08:26 wiz Exp $
--- Makefile.orig 2005-11-09 00:24:34.000000000 +0100
+++ Makefile
@@ -27,8 +27,8 @@ $NetBSD: patch-aj,v 1.8 2009/09/21 16:38:08 tnn Exp $
- cp lib/*.* $D/lib
- cp doc/*.* $D/doc
- cp man/man1/*.* $D/man/man1
-+ ./bin/patchstr ./bin/icont $(DESTDIR)$(PREFIX)/bin/iconx
-+ ./bin/patchstr ./bin/iconc $(DESTDIR)$(PREFIX)/lib/icon/
++ ./bin/patchstr ./bin/icont $(PREFIX)/bin/iconx
++ ./bin/patchstr ./bin/iconc $(PREFIX)/lib/icon/
+ cd bin; $(BSD_INSTALL_PROGRAM) icont iconx iconc \
+ patchstr rtt $(DESTDIR)$(PREFIX)/bin
+ cd $(DESTDIR)$(PREFIX)/bin && ln -sf icont icon