diff options
author | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-18 11:44:27 +0000 |
commit | 55d005face1453b1b4a2060d200b23e7a8724bc6 (patch) | |
tree | 57df8a2140bcfbf3d9340091e7c6cadd742f8b85 /net/archie | |
parent | e17062778b44808fb41055bba34741677ec69abc (diff) | |
download | FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.zip FreeBSD-ports-55d005face1453b1b4a2060d200b23e7a8724bc6.tar.gz |
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'net/archie')
-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 55f7e721a..5b0a6c9 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> |