Consistently only install man pages and bump revision. Easier than
having to deal with different names on all platforms.
This commit is contained in:
parent
3d29b58d3c
commit
11b9d6da3b
4 changed files with 19 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
13
shells/eltclsh/patches/patch-ab
Normal file
13
shells/eltclsh/patches/patch-ab
Normal file
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in a new issue