summaryrefslogtreecommitdiff
path: root/sysutils/afio
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:06:46 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-11-17 08:06:46 +0000
commit3b3bd28890a9082e67d71887318a2b242e5b8bdc (patch)
tree3b2bca8b9af9ed5f2e8b3fa4c5578e6722c55224 /sysutils/afio
parentCAT_E_GORIES+= -> CAT_E_GORIES= (*everybody*'s a critic :-)) (diff)
CATEGORIES+= -> CATEGORIES=
Converted to new MAN[1-9]
Notes
Notes: svn path=/head/; revision=4538
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>