diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 22:17:24 +0800 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /lang/expect | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.tar.zst freebsd-ports-gnome-e1475027cde346cc8c26ff967438ba80036384a0.zip |
Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.
Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
Diffstat (limited to 'lang/expect')
-rw-r--r-- | lang/expect/Makefile | 6 | ||||
-rw-r--r-- | lang/expect/pkg-plist | 26 |
2 files changed, 18 insertions, 14 deletions
diff --git a/lang/expect/Makefile b/lang/expect/Makefile index 47b7bb0f0999..ec017b037244 100644 --- a/lang/expect/Makefile +++ b/lang/expect/Makefile @@ -3,7 +3,7 @@ # Date created: 20 November 1994 # Whom: pst # -# $Id: Makefile,v 1.11 1996/10/30 09:46:01 peter Exp $ +# $Id: Makefile,v 1.12 1996/11/12 02:18:08 obrien Exp $ # DISTNAME= expect-5.21 @@ -18,6 +18,10 @@ HAS_CONFIGURE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --with-tclconfig=/usr/libdata/tcl \ --with-tclinclude=/usr/include/tcl +MAN1= autoexpect.1 cryptdir.1 decryptdir.1 dislocate.1 \ + expect.1 expectk.1 kibitz.1 mkpasswd.1 passmass.1 \ + tknewsbiff.1 unbuffer.1 xkibitz.1 +MAN3= libexpect.3 test: @(cd ${WRKSRC}; make test) diff --git a/lang/expect/pkg-plist b/lang/expect/pkg-plist index d7f0c992b1a0..0814385d7fc8 100644 --- a/lang/expect/pkg-plist +++ b/lang/expect/pkg-plist @@ -27,16 +27,16 @@ include/expect_tcl.h lib/expect5.21/pkgIndex.tcl lib/libexpect521.a lib/libexpect521.so.1.0 -man/man1/autoexpect.1 -man/man1/cryptdir.1 -man/man1/decryptdir.1 -man/man1/dislocate.1 -man/man1/expect.1 -man/man1/expectk.1 -man/man1/kibitz.1 -man/man1/mkpasswd.1 -man/man1/passmass.1 -man/man1/tknewsbiff.1 -man/man1/unbuffer.1 -man/man1/xkibitz.1 -man/man3/libexpect.3 +man/man1/autoexpect.1.gz +man/man1/cryptdir.1.gz +man/man1/decryptdir.1.gz +man/man1/dislocate.1.gz +man/man1/expect.1.gz +man/man1/expectk.1.gz +man/man1/kibitz.1.gz +man/man1/mkpasswd.1.gz +man/man1/passmass.1.gz +man/man1/tknewsbiff.1.gz +man/man1/unbuffer.1.gz +man/man1/xkibitz.1.gz +man/man3/libexpect.3.gz |