diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 14:17:24 +0000 |
commit | c98cfd116dc0f77d80a247eaa00036df1e3335a1 (patch) | |
tree | 79b52e0aecd534af57de2d0ee3c9a860bc4a01fc /audio/gsm/Makefile | |
parent | Add $Id$. (diff) |
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.
Notes
Notes:
svn path=/head/; revision=4578
Diffstat (limited to 'audio/gsm/Makefile')
-rw-r--r-- | audio/gsm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/audio/gsm/Makefile b/audio/gsm/Makefile index 55ebac0ee393..6478582bd481 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 |