diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:06:46 +0000 |
commit | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch) | |
tree | 3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224 /sysutils/afio | |
parent | 8419c1ad549770d06c8fff79c4c12373c5fb7f47 (diff) | |
download | ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.tar.gz ports-3b3bd28890a9082e67d71887318a2b242e5b8bdc.zip |
Notes
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 666028af7b65..d65229b86d00 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> |