diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-12-16 04:56:36 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-12-16 04:56:36 +0000 |
commit | 2004ac0d91054b71bd866c24415c0eb1ee3568f2 (patch) | |
tree | 10e28e5c6c832875bb2250e8e74b05a8f27da3a7 /net/ttt | |
parent | 9e836cbe22994636fe52c6bf2f2007f10357c917 (diff) | |
download | pkgsrc-2004ac0d91054b71bd866c24415c0eb1ee3568f2.tar.gz |
Put USE_X11 back (brain-o on my side)
Install man pages
Diffstat (limited to 'net/ttt')
-rw-r--r-- | net/ttt/Makefile | 8 | ||||
-rw-r--r-- | net/ttt/pkg/PLIST | 5 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net/ttt/Makefile b/net/ttt/Makefile index 5f48ebf7d0c..62b43501fee 100644 --- a/net/ttt/Makefile +++ b/net/ttt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/12/16 04:02:27 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2000/12/16 04:56:36 hubertf Exp $ # DISTNAME= ttt-1.5 @@ -10,11 +10,11 @@ HOMEPAGE= http://www.csl.sony.co.jp/person/kjc/software.html DEPENDS+= blt-2.*:../../x11/blt -USE_X11= YES - -GNU_CONFIGURE= YES +USE_X11= yes +GNU_CONFIGURE= yes CONFIGURE_ENV+= ttt_cv_tcl_lib="${LOCALBASE}/lib/tcl8.0" CONFIGURE_ENV+= TCL_PREFIX="${LOCALBASE}" TCL_MAJOR_VERSION=8 TCL_MINOR_VERSION=0 CONFIGURE_ENV+= TK_PREFIX="${LOCALBASE}" TK_MAJOR_VERSION=8 TK_MINOR_VERSION=0 +INSTALL_TARGET= install install-man .include "../../mk/bsd.pkg.mk" diff --git a/net/ttt/pkg/PLIST b/net/ttt/pkg/PLIST index e4dac72fe93..fc335300f49 100644 --- a/net/ttt/pkg/PLIST +++ b/net/ttt/pkg/PLIST @@ -1,6 +1,9 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2000/05/22 03:55:17 sakamoto Exp $ +@comment $NetBSD: PLIST,v 1.2 2000/12/16 04:56:36 hubertf Exp $ bin/ttt bin/tttprobe bin/tttview lib/ttt/ttt.tcl +man/man1/ttt.1 +man/man1/tttprobe.1 +man/man1/tttview.1 @dirrm lib/ttt |