diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | e1475027cde346cc8c26ff967438ba80036384a0 (patch) | |
tree | 4659b41700eb12b7f8cf84c6386677d53f5d8032 /audio/gsm | |
parent | a1a675dbb0aeebf8a7e5798c2180a3cc6a2a42b7 (diff) | |
download | FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.zip FreeBSD-ports-e1475027cde346cc8c26ff967438ba80036384a0.tar.gz |
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 'audio/gsm')
-rw-r--r-- | audio/gsm/Makefile | 4 | ||||
-rw-r--r-- | audio/gsm/pkg-plist | 10 |
2 files changed, 8 insertions, 6 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 55ebac0..6478582 100644 --- a/audio/gsm/Makefile +++ b/audio/gsm/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: pst # -# $Id: Makefile,v 1.6 1996/10/25 13:32:26 ache Exp $ +# $Id: Makefile,v 1.7 1996/11/15 23:13:44 obrien Exp $ # DISTNAME= gsm-1.0.10 @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/local/kbs/tubmik/gsm/ MAINTAINER= pst@FreeBSD.org WRKSRC= ${WRKDIR}/gsm-1.0-pl10 +MAN1= toast.1 +MAN3= gsm.3 gsm_explode.3 gsm_option.3 gsm_print.3 post-install: /sbin/ldconfig -m ${PREFIX}/lib diff --git a/audio/gsm/pkg-plist b/audio/gsm/pkg-plist index d76b762..50d77b8 100644 --- a/audio/gsm/pkg-plist +++ b/audio/gsm/pkg-plist @@ -1,13 +1,13 @@ bin/toast @exec ln -fs %f %B/untoast @exec ln -fs %f %B/untoastt -man/man1/toast.1 +man/man1/toast.1.gz @exec ln -fs %f %B/untoast.1 @exec ln -fs %f %B/tcat.1 -man/man3/gsm.3 -man/man3/gsm_explode.3 -man/man3/gsm_option.3 -man/man3/gsm_print.3 +man/man3/gsm.3.gz +man/man3/gsm_explode.3.gz +man/man3/gsm_option.3.gz +man/man3/gsm_print.3.gz lib/libgsm.so.1.0.10 @exec /sbin/ldconfig -m %B lib/libgsm.a |