diff options
author | joerg <joerg@pkgsrc.org> | 2006-11-30 18:02:28 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-11-30 18:02:28 +0000 |
commit | 11b9d6da3ba86221344d9ad8f738bb3684931abb (patch) | |
tree | 262530754c548d2bd62a1e725666171019a77e03 /shells | |
parent | 3d29b58d3c1c52aa526e945b1f5c28e252002d28 (diff) | |
download | pkgsrc-11b9d6da3ba86221344d9ad8f738bb3684931abb.tar.gz |
Consistently only install man pages and bump revision. Easier than
having to deal with different names on all platforms.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/eltclsh/Makefile | 5 | ||||
-rw-r--r-- | shells/eltclsh/PLIST | 3 | ||||
-rw-r--r-- | shells/eltclsh/distinfo | 3 | ||||
-rw-r--r-- | shells/eltclsh/patches/patch-ab | 13 |
4 files changed, 19 insertions, 5 deletions
diff --git a/shells/eltclsh/Makefile b/shells/eltclsh/Makefile index 3315470837d..12a497d5e19 100644 --- a/shells/eltclsh/Makefile +++ b/shells/eltclsh/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $ +# $NetBSD: Makefile,v 1.2 2006/11/30 18:02:28 joerg Exp $ DISTNAME= eltclsh-1.6 +PKGREVISION= 1 CATEGORIES= shells MASTER_SITES= http://softs.laas.fr/openrobots/distfiles/ @@ -14,7 +15,7 @@ CONFIGURE_ARGS+= --with-tk=${BUILDLINK_PREFIX.tk}/lib USE_LANGUAGES= c USE_LIBTOOL= yes -USE_TOOLS+= gmake groff +USE_TOOLS+= gmake .include "../../lang/tcl/buildlink3.mk" .include "../../x11/tk/buildlink3.mk" diff --git a/shells/eltclsh/PLIST b/shells/eltclsh/PLIST index 1b91460422f..51cba421a0b 100644 --- a/shells/eltclsh/PLIST +++ b/shells/eltclsh/PLIST @@ -1,7 +1,6 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/11/30 18:02:28 joerg Exp $ bin/eltclsh bin/elwish -man/cat1/eltclsh.0 man/man1/eltclsh.1 share/eltcl/complete.tcl share/eltcl/init.tcl diff --git a/shells/eltclsh/distinfo b/shells/eltclsh/distinfo index f67bf289ef8..25874ece7e3 100644 --- a/shells/eltclsh/distinfo +++ b/shells/eltclsh/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2006/11/21 15:27:42 obache Exp $ +$NetBSD: distinfo,v 1.2 2006/11/30 18:02:28 joerg Exp $ SHA1 (eltclsh-1.6.tar.gz) = 159d79c265ed6cf3efd1c926f58c6705c630ed4e RMD160 (eltclsh-1.6.tar.gz) = daf83a9f509015e0c6d405f57ae6940e0f129d06 Size (eltclsh-1.6.tar.gz) = 328626 bytes SHA1 (patch-aa) = 77ed0d9200df1b533997e4d0147d4bd3e3226108 +SHA1 (patch-ab) = b6e3474302a6db10fd527072cd184f5775b0c89b diff --git a/shells/eltclsh/patches/patch-ab b/shells/eltclsh/patches/patch-ab new file mode 100644 index 00000000000..419b81c1ba6 --- /dev/null +++ b/shells/eltclsh/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2006/11/30 18:02:28 joerg Exp $ + +--- Makefile.in.orig 2006-11-30 17:57:09.000000000 +0000 ++++ Makefile.in +@@ -63,7 +63,7 @@ all depends: $(config_files) $(config_he + clean: + $(make_subdirs) + +-install: $(config_files) install-doc install-catdoc ++install: $(config_files) install-doc + $(make_subdirs) + + |