summaryrefslogtreecommitdiff
path: root/net/rmsg
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/rmsg
parentRemove spurious ^M at end of lines. (diff)
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Notes
Notes: svn path=/head/; revision=4575
Diffstat (limited to 'net/rmsg')
-rw-r--r--net/rmsg/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/rmsg/Makefile b/net/rmsg/Makefile
index 9d2066fbea6e..2b63a5d205db 100644
--- a/net/rmsg/Makefile
+++ b/net/rmsg/Makefile
@@ -3,7 +3,7 @@
# Date created: 9 October 1995
# Whom: torstenb@FreeBSD.ORG
#
-# $Id: Makefile,v 1.2 1995/11/27 04:05:29 asami Exp $
+# $Id: Makefile,v 1.3 1996/10/20 15:33:33 max Exp $
#
DISTNAME= rmsg-1.64
@@ -12,10 +12,6 @@ MASTER_SITES= ftp://ftp.funet.fi/pub/networking/tcpip/ \
ftp://proton.elka.pw.edu.pl/pub/unix/network/
WRKSRC= ${WRKDIR}/rmsg
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/rmsg.1 ${PREFIX}/man/man8/rmsgd.8
-.endif
+MAN1= rmsg.1 rmsgd.8
.include <bsd.port.mk>