aboutsummaryrefslogtreecommitdiff
path: root/sysutils/afio
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/afio')
-rw-r--r--sysutils/afio/Makefile9
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>