diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
commit | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (patch) | |
tree | 5bf8b8fd65d31afce8c73e67feb4588f03db75bf /sysutils/afio | |
parent | 3932a19e483f63361a672312a546cb101e809a69 (diff) | |
download | FreeBSD-ports-b5969d108c4ee5f6a75132b5d226a3541e079ab5.zip FreeBSD-ports-b5969d108c4ee5f6a75132b5d226a3541e079ab5.tar.gz |
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Diffstat (limited to 'sysutils/afio')
-rw-r--r-- | sysutils/afio/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/afio/Makefile b/sysutils/afio/Makefile index 666028a..d65229b 100644 --- a/sysutils/afio/Makefile +++ b/sysutils/afio/Makefile @@ -3,12 +3,12 @@ # Date created: 4 October 1995 # Whom: Juergen Lock <nox@jelal.hb.north.de> # -# $Id: Makefile,v 1.1.1.1 1995/10/04 17:29:13 asami Exp $ +# $Id: Makefile,v 1.2 1995/10/05 04:57:45 asami Exp $ # DISTNAME= afio.2.4.1 PKGNAME= afio-2.4.1 -CATEGORIES+= sysutils +CATEGORIES= sysutils MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/system/Backup/ \ ftp://ftp.win.tue.nl/pub/linux/tbackup/ \ ftp://ftp.germany.eu.net/pub/os/Linux/Mirror.SunSITE/system/Backup/ \ @@ -18,9 +18,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= nox@jelal.hb.north.de -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/afio.1 -.endif +MAN1= afio.1 .include <bsd.port.mk> |