diff options
author | joerg <joerg@pkgsrc.org> | 2010-03-19 17:17:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-03-19 17:17:05 +0000 |
commit | 45747dbbec1fa1d98b2950ada47e64279dc582c5 (patch) | |
tree | 29ae64cdf9d92146f1c9a235a0e61cd4131cbf8f /news | |
parent | 52208d16646be65dd8451f058e6baadd3844c112 (diff) | |
download | pkgsrc-45747dbbec1fa1d98b2950ada47e64279dc582c5.tar.gz |
Ensure that the spool directory is created for a binary package too.
Fix DESTDIR build. Bump revision.
Diffstat (limited to 'news')
-rw-r--r-- | news/newsx/Makefile | 6 | ||||
-rw-r--r-- | news/newsx/distinfo | 3 | ||||
-rw-r--r-- | news/newsx/patches/patch-ad | 14 |
3 files changed, 20 insertions, 3 deletions
diff --git a/news/newsx/Makefile b/news/newsx/Makefile index 4fa315b70fd..4969bd7bba5 100644 --- a/news/newsx/Makefile +++ b/news/newsx/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2010/01/31 21:14:28 zafer Exp $ +# $NetBSD: Makefile,v 1.7 2010/03/19 17:17:05 joerg Exp $ # DISTNAME= newsx-1.6 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= news MASTER_SITES= http://www.sfr-fresh.com/unix/misc/ @@ -21,5 +21,7 @@ CONFIGURE_ARGS+= --with-rnews=${INN_PATHBIN}/rnews CONFIGURE_ARGS+= --with-inews=${INN_PATHBIN}/inews CONFIGURE_ARGS+= --with-history-mode=indexed +MAKE_DIRS_PERMS+= ${INN_DATA_DIR}/inhosts ${INN_USER} ${INN_GROUP} 0775 + .include "../../news/inn/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/news/newsx/distinfo b/news/newsx/distinfo index edba1ba23aa..9dc656515e9 100644 --- a/news/newsx/distinfo +++ b/news/newsx/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2008/07/28 16:27:42 cube Exp $ +$NetBSD: distinfo,v 1.5 2010/03/19 17:17:05 joerg Exp $ SHA1 (newsx-1.6.tar.gz) = e128e89ba161ceb4ab6d652d8c132ae3a33fbb20 RMD160 (newsx-1.6.tar.gz) = e9d1785ad94510055ffcd5d3d15aeafbc16c4f46 @@ -6,3 +6,4 @@ Size (newsx-1.6.tar.gz) = 302821 bytes SHA1 (patch-aa) = b0996217c88e250ed38900ad1f706d16b9900550 SHA1 (patch-ab) = d3ca5f2231f14b27ff4ee375c1b19b5c158b71be SHA1 (patch-ac) = bc188323938a83c8d5bfeefe389fd6c6f3720c2f +SHA1 (patch-ad) = 2b5c5ede77aab5b5d2f269452f30664b8a270e61 diff --git a/news/newsx/patches/patch-ad b/news/newsx/patches/patch-ad new file mode 100644 index 00000000000..e460f4c7440 --- /dev/null +++ b/news/newsx/patches/patch-ad @@ -0,0 +1,14 @@ +$NetBSD: patch-ad,v 1.1 2010/03/19 17:17:05 joerg Exp $ + +--- src/Makefile.in.orig 2010-03-19 17:07:10.000000000 +0000 ++++ src/Makefile.in +@@ -488,8 +488,7 @@ info-am: + + install-data-am: + +-install-exec-am: install-binPROGRAMS install-binSCRIPTS \ +- install-exec-local ++install-exec-am: install-binPROGRAMS install-binSCRIPTS + + install-info: install-info-am + |