diff options
author | wiz <wiz@pkgsrc.org> | 2011-03-01 10:08:26 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-03-01 10:08:26 +0000 |
commit | 9931b549a51b483a83477dfef2fc972bb7c234a9 (patch) | |
tree | bd7cb18fd114a94144905fd89bb97b55df30667f /lang/icon/patches | |
parent | c2cc72c1de90ee10b405e4d29c817016bfe52a00 (diff) | |
download | pkgsrc-9931b549a51b483a83477dfef2fc972bb7c234a9.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-aj | 6 |
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 |