aboutsummaryrefslogtreecommitdiff
path: root/net/slirp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/slirp/Makefile')
-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>