diff options
author | joerg <joerg@pkgsrc.org> | 2007-07-27 20:57:37 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-07-27 20:57:37 +0000 |
commit | 814001c69b226f317b682d7bcb0417f9f463f84d (patch) | |
tree | 75d8c4d4101e16b9fd6c4450c90f6fb7b4a05580 /x11 | |
parent | 98a259208330cfa78e9f3519e2d2bea8d000eb19 (diff) | |
download | pkgsrc-814001c69b226f317b682d7bcb0417f9f463f84d.tar.gz |
Fix the DESTDIR build. The change is before the 1.0.2 release was
tagged but for some reasons didn't make it into the release.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/beforelight/distinfo | 4 | ||||
-rw-r--r-- | x11/beforelight/patches/patch-aa | 13 | ||||
-rw-r--r-- | x11/beforelight/patches/patch-ab | 13 |
3 files changed, 29 insertions, 1 deletions
diff --git a/x11/beforelight/distinfo b/x11/beforelight/distinfo index c68aff86f01..082ddc0b3dc 100644 --- a/x11/beforelight/distinfo +++ b/x11/beforelight/distinfo @@ -1,5 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2007/03/07 15:03:46 joerg Exp $ +$NetBSD: distinfo,v 1.2 2007/07/27 20:57:37 joerg Exp $ SHA1 (beforelight-1.0.2.tar.bz2) = 25d3ef4ccf1d48bdc1f32add5440deb2b8c29cee RMD160 (beforelight-1.0.2.tar.bz2) = 4511095923e7239bdfdd03742aa7eafd4331f138 Size (beforelight-1.0.2.tar.bz2) = 85526 bytes +SHA1 (patch-aa) = ee1d3bb44a54f00ffa4336fd7dbe2b73c06905ea +SHA1 (patch-ab) = 00de149e0321550e208c00a4b4774771054760f1 diff --git a/x11/beforelight/patches/patch-aa b/x11/beforelight/patches/patch-aa new file mode 100644 index 00000000000..b61c5bd2526 --- /dev/null +++ b/x11/beforelight/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2007/07/27 20:57:37 joerg Exp $ + +--- Makefile.am.orig 2007-07-27 22:43:25.000000000 +0200 ++++ Makefile.am +@@ -33,7 +33,7 @@ appman_PRE = \ + + # App default files (*.ad) + +-appdefaultdir = $(DESTDIR)@appdefaultdir@ ++appdefaultdir = @appdefaultdir@ + + EXTRA_DIST = \ + Beforelight.ad diff --git a/x11/beforelight/patches/patch-ab b/x11/beforelight/patches/patch-ab new file mode 100644 index 00000000000..258c17197e8 --- /dev/null +++ b/x11/beforelight/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2007/07/27 20:57:38 joerg Exp $ + +--- Makefile.in.orig 2007-07-27 22:43:43.000000000 +0200 ++++ Makefile.in +@@ -188,7 +188,7 @@ am__tar = @am__tar@ + am__untar = @am__untar@ + + # App default files (*.ad) +-appdefaultdir = $(DESTDIR)@appdefaultdir@ ++appdefaultdir = @appdefaultdir@ + bindir = @bindir@ + build = @build@ + build_alias = @build_alias@ |