aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1995-05-06 08:27:35 +0800
committertorstenb <torstenb@FreeBSD.org>1995-05-06 08:27:35 +0800
commit1ee35bb719a10d8a1cff66c9de3f9d7652e2c9b6 (patch)
tree1bc2414779a3a363288d07fc4b42eb79a06a7809 /net
parent7f3f87ff04181f3f3cf4f7956b7a7959ed059145 (diff)
downloadfreebsd-ports-gnome-1ee35bb719a10d8a1cff66c9de3f9d7652e2c9b6.tar.gz
freebsd-ports-gnome-1ee35bb719a10d8a1cff66c9de3f9d7652e2c9b6.tar.zst
freebsd-ports-gnome-1ee35bb719a10d8a1cff66c9de3f9d7652e2c9b6.zip
- add myself as MAINTAINER
- compress manpage
Diffstat (limited to 'net')
-rw-r--r--net/archie/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/net/archie/Makefile b/net/archie/Makefile
index 1e3b59995cdd..482b849e7a0f 100644
--- a/net/archie/Makefile
+++ b/net/archie/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1994
# Whom: torstenb
#
-# $Id: Makefile,v 1.2 1995/04/01 12:47:44 jkh Exp $
+# $Id: Makefile,v 1.3 1995/04/15 05:41:18 asami Exp $
#
DISTNAME= c-archie-1.4.1-FIXED
@@ -14,8 +14,9 @@ EXTRACT_SUFX= .tar.Z
WRKSRC= ${WRKDIR}/archie-1.4.1-FIX
-pre-install:
- mkdir -p ${PREFIX}/bin
- mkdir -p ${PREFIX}/man/man1
+MAINTAINER= torstenb@FreeBSD.ORG
+
+post-install:
+ gzip -9nf ${PREFIX}/man/man1/archie.1
.include <bsd.port.mk>