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 /emulators/hfs/Makefile | |
parent | b7797c8f9cae00eef6480e567b0f9ab5d21741ed (diff) | |
download | freebsd-ports-c98cfd116dc0f77d80a247eaa00036df1e3335a1.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 'emulators/hfs/Makefile')
-rw-r--r-- | emulators/hfs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emulators/hfs/Makefile b/emulators/hfs/Makefile index beb1c9e85e7b..061ac5fa79d2 100644 --- a/emulators/hfs/Makefile +++ b/emulators/hfs/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.7 1995/11/22 11:48:10 asami Exp $ +# $Id: Makefile,v 1.8 1996/11/12 02:16:45 obrien Exp $ # DISTNAME= hfs0_37 @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.obs-besancon.fr/pub/outgoing/ MAINTAINER= jmz@FreeBSD.org USE_GMAKE= yes +MAN1= hfs.1 pre-install: @${MKDIR} ${PREFIX}/bin |