diff options
Diffstat (limited to 'net/archie/Makefile')
-rw-r--r-- | net/archie/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/net/archie/Makefile b/net/archie/Makefile index 55f7e721abe6..5b0a6c991d96 100644 --- a/net/archie/Makefile +++ b/net/archie/Makefile @@ -3,20 +3,18 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.4 1995/05/06 00:27:35 torstenb Exp $ +# $Id: Makefile,v 1.5 1995/11/27 04:04:36 asami Exp $ # DISTNAME= c-archie-1.4.1-FIXED PKGNAME= archie-1.4.1 -CATEGORIES+= net +CATEGORIES= net MASTER_SITES= ftp://nic.sura.net/pub/archie/clients/ EXTRACT_SUFX= .tar.Z -WRKSRC= ${WRKDIR}/archie-1.4.1-FIX - MAINTAINER= torstenb@FreeBSD.ORG -post-install: - gzip -9nf ${PREFIX}/man/man1/archie.1 +WRKSRC= ${WRKDIR}/archie-1.4.1-FIX +MAN1= archie.1 .include <bsd.port.mk> |