diff options
author | agc <agc@pkgsrc.org> | 2002-06-27 20:52:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-06-27 20:52:06 +0000 |
commit | c17284256742b8818caa19f7ece57f0c025a0a86 (patch) | |
tree | da6dfa1611dd931d78c56b15bfa02432aeacb828 /net/xipdump | |
parent | fd65f6533350e19648ffa554cab2e1b488c5a695 (diff) | |
download | pkgsrc-c17284256742b8818caa19f7ece57f0c025a0a86.tar.gz |
Make this package xpkgwedge-friendly
Diffstat (limited to 'net/xipdump')
-rw-r--r-- | net/xipdump/distinfo | 3 | ||||
-rw-r--r-- | net/xipdump/patches/patch-ae | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/xipdump/distinfo b/net/xipdump/distinfo index 7cebc67d350..ae9cd4d7836 100644 --- a/net/xipdump/distinfo +++ b/net/xipdump/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:41 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/06/27 20:52:06 agc Exp $ SHA1 (xipdump-1.5.4.tgz) = 8fa152cc9114fb3862a223be47e104394f00b250 Size (xipdump-1.5.4.tgz) = 311526 bytes @@ -6,3 +6,4 @@ SHA1 (patch-aa) = 4dc89157456a3d223456babcbdca4ac501b6a664 SHA1 (patch-ab) = 5018ade12779648836a866be510fc42af54162f2 SHA1 (patch-ac) = 71c25f1fe5bb52667902c5a10f2a56d8809eb560 SHA1 (patch-ad) = 0c7bd3c0be1bffe19a7823add4c5c2ae3ff29ba3 +SHA1 (patch-ae) = 57d725a8f458799dc2a9b68a897c7d4bd1b6d435 diff --git a/net/xipdump/patches/patch-ae b/net/xipdump/patches/patch-ae new file mode 100644 index 00000000000..a2df5ffc720 --- /dev/null +++ b/net/xipdump/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2002/06/27 20:52:07 agc Exp $ + +--- Makefile.in 2002/06/27 20:47:49 1.1 ++++ Makefile.in 2002/06/27 20:49:00 +@@ -115,7 +115,7 @@ + $(INSTALL) -d $(datadir)/xipdump/pkc + $(INSTALL) data/pkt/* $(datadir)/xipdump/pkt + $(INSTALL) data/pkc/* $(datadir)/xipdump/pkc +- $(INSTALL) Xipdump.ad @APP_DEFAULTS_DIR@/Xipdump ++ $(INSTALL) Xipdump.ad @prefix@/lib/X11/app-defaults/Xipdump + + .SUFFIXES: .E .w + |