summaryrefslogtreecommitdiff
path: root/net/archie/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-18 11:44:27 +0000
commit300c45cf2e488b0b4bef726272d1259f14ae8ed9 (patch)
tree842a2dc4580fa0370f28faca34d61ab06c735859 /net/archie/Makefile
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to '')
-rw-r--r--net/archie/Makefile10
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>