diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:06:46 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:06:46 +0800 |
commit | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (patch) | |
tree | 5bf8b8fd65d31afce8c73e67feb4588f03db75bf /sysutils/mkisofs | |
parent | 3932a19e483f63361a672312a546cb101e809a69 (diff) | |
download | freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.gz freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.zst freebsd-ports-gnome-b5969d108c4ee5f6a75132b5d226a3541e079ab5.zip |
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Diffstat (limited to 'sysutils/mkisofs')
-rw-r--r-- | sysutils/mkisofs/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/mkisofs/Makefile b/sysutils/mkisofs/Makefile index 7b4725fdca33..7fa4a10b3f48 100644 --- a/sysutils/mkisofs/Makefile +++ b/sysutils/mkisofs/Makefile @@ -3,24 +3,19 @@ # Date created: 07 Aug 1996 # Whom: jkh # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/08/08 01:56:39 jkh Exp $ # DISTNAME= mkisofs-1.05 -CATEGORIES+= sysutils +CATEGORIES= sysutils MASTER_SITES= ftp://ftp.cdrom.com/pub/linux/tsx-11/BETA/cdrom/ MAINTAINER= jkh@FreeBSD.org NO_WRKSUBDIR= yes -ALL_TARGET= - HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man8/mkisofs.8 -.endif +ALL_TARGET= +MAN8= mkisofs.8 .include <bsd.port.mk> |