summaryrefslogtreecommitdiff
path: root/net/slirp/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/slirp/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/slirp/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/net/slirp/Makefile b/net/slirp/Makefile
index 5ca0e3c2dcf1..1b2a6de1b539 100644
--- a/net/slirp/Makefile
+++ b/net/slirp/Makefile
@@ -3,11 +3,11 @@
# Date created: 25 Aug 1995
# Whom: Alain Kalker <A.C.P.M.Kalker@student.utwente.nl>
#
-# $Id: Makefile,v 1.4 1995/10/06 05:18:34 asami Exp $
+# $Id: Makefile,v 1.5 1995/11/27 04:05:35 asami Exp $
#
DISTNAME= slirp-0.95f
-CATEGORIES+= net
+CATEGORIES= net
MASTER_SITES= ftp://blitzen.canberra.edu.au/pub/slirp/ \
ftp://freedom.wit.com/misc4/danjo/SLiRP/
@@ -15,10 +15,6 @@ MAINTAINER= A.C.P.M.Kalker@student.utwente.nl
WRKSRC= ${WRKDIR}/slirp-0.95f/src
HAS_CONFIGURE= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/slirp.1
-.endif
+MAN1= slirp.1
.include <bsd.port.mk>