diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-20 23:12:21 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-20 23:12:21 +0000 |
commit | 360adae5d92e5275ad6fc0366bbf649a6981071e (patch) | |
tree | 2fe81862d793a87c1da95c35dddf8d6db4c91326 | |
parent | b269c76867aefd39405bb65c30ee0d98b3821947 (diff) | |
download | pkgsrc-360adae5d92e5275ad6fc0366bbf649a6981071e.tar.gz |
Fix config file installation to not conflict with pkginstall
framework. Bump PKGREVISION.
-rw-r--r-- | textproc/eb/Makefile | 4 | ||||
-rw-r--r-- | textproc/eb/distinfo | 3 | ||||
-rw-r--r-- | textproc/eb/patches/patch-aa | 13 |
3 files changed, 17 insertions, 3 deletions
diff --git a/textproc/eb/Makefile b/textproc/eb/Makefile index 4e383a6825b..c5332da2cc1 100644 --- a/textproc/eb/Makefile +++ b/textproc/eb/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.37 2006/02/05 23:11:01 joerg Exp $ +# $NetBSD: Makefile,v 1.38 2006/02/20 23:12:21 wiz Exp $ DISTNAME= eb-4.1.3 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc japanese MASTER_SITES= ftp://ftp.sra.co.jp/pub/misc/eb/appendix/ \ ftp://ftp.sra.co.jp/pub/misc/eb/ diff --git a/textproc/eb/distinfo b/textproc/eb/distinfo index 138fd7ed474..4bb63773c69 100644 --- a/textproc/eb/distinfo +++ b/textproc/eb/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.13 2005/03/05 11:06:42 uebayasi Exp $ +$NetBSD: distinfo,v 1.14 2006/02/20 23:12:21 wiz Exp $ SHA1 (eb-4.1.3/eb-4.1.3.tar.gz) = e0d997c14fc729e7e104b99dc8292a1bc09ecbe2 RMD160 (eb-4.1.3/eb-4.1.3.tar.gz) = 9249fd014142c32d4b56b8127e8cae4a6aa2edc4 @@ -99,3 +99,4 @@ Size (eb-4.1.3/ruigigo-1.0.tar.gz) = 1326 bytes SHA1 (eb-4.1.3/superdic98-1.0.tar.gz) = 4e74ecf887e0c1cf257b718d0e0922d03dfe8138 RMD160 (eb-4.1.3/superdic98-1.0.tar.gz) = 7b597ee6a67974f7eb74dfe551dd8888ca696403 Size (eb-4.1.3/superdic98-1.0.tar.gz) = 5252 bytes +SHA1 (patch-aa) = 265c1e80bad1e94c11d4771909d7b643660a90de diff --git a/textproc/eb/patches/patch-aa b/textproc/eb/patches/patch-aa new file mode 100644 index 00000000000..b0e5371d84c --- /dev/null +++ b/textproc/eb/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.4 2006/02/20 23:12:21 wiz Exp $ + +--- Makefile.in.orig 2006-02-20 14:26:52.000000000 +0000 ++++ Makefile.in +@@ -657,7 +657,7 @@ info-am: + + install-data-am: install-appendixDATA + +-install-exec-am: install-sysconfDATA ++install-exec-am: + + install-info: install-info-recursive + |