diff options
author | minskim <minskim> | 2005-10-23 16:59:59 +0000 |
---|---|---|
committer | minskim <minskim> | 2005-10-23 16:59:59 +0000 |
commit | e58296a40bb6326c2c63032b6e547826d3415189 (patch) | |
tree | 086bb0810813ef792279ece3a0e48dec993596b0 /devel/libgnome | |
parent | a0fa1d700265aaba3b89a6ca103c839a4eaba20c (diff) | |
download | pkgsrc-e58296a40bb6326c2c63032b6e547826d3415189.tar.gz |
The INSTALL_MAKE_FLAGS workaround is not needed any more.
Diffstat (limited to 'devel/libgnome')
-rw-r--r-- | devel/libgnome/distinfo | 3 | ||||
-rw-r--r-- | devel/libgnome/patches/patch-aa | 13 |
2 files changed, 1 insertions, 15 deletions
diff --git a/devel/libgnome/distinfo b/devel/libgnome/distinfo index a8e91c85258..fa27a53761a 100644 --- a/devel/libgnome/distinfo +++ b/devel/libgnome/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.25 2005/10/22 03:08:22 minskim Exp $ +$NetBSD: distinfo,v 1.26 2005/10/23 16:59:59 minskim Exp $ SHA1 (libgnome-2.12.0.1.tar.bz2) = ec5f1be0e6085226f942535a5dbd45cdbab95f80 RMD160 (libgnome-2.12.0.1.tar.bz2) = 373d5c5a2ac3272e3669e10e48f01b12331f8e95 Size (libgnome-2.12.0.1.tar.bz2) = 955235 bytes -SHA1 (patch-aa) = 426b9a2cca99159257acec02489d075c408207ac SHA1 (patch-af) = 783e295d1714b7c121538ed7459ffbcf3ff3713a diff --git a/devel/libgnome/patches/patch-aa b/devel/libgnome/patches/patch-aa deleted file mode 100644 index a4f5ba77a1b..00000000000 --- a/devel/libgnome/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.9 2005/10/22 03:08:22 minskim Exp $ - ---- gnome-data/Makefile.in.orig 2005-09-07 15:29:36.000000000 +0000 -+++ gnome-data/Makefile.in -@@ -231,7 +231,7 @@ sbindir = @sbindir@ - sharedstatedir = @sharedstatedir@ - sysconfdir = @sysconfdir@ - target_alias = @target_alias@ --soundlistdir = $(sysconfdir)/sound/events -+soundlistdir = $(prefix)/share/examples/libgnome/sound/events - soundlist_in_files = \ - gnome-2.soundlist.in \ - gtk-events-2.soundlist.in |