summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /comms
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'comms')
-rw-r--r--comms/minicom/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index 1df1afa0543f..15a76a5f15f4 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -3,7 +3,7 @@
# Date created: Fri Dec 01, 1995
# Whom: obrien@cs.ucdavis.edu
#
-# $Id: Makefile,v 1.2 1996/07/10 10:47:08 asami Exp $
+# $Id: Makefile,v 1.3 1996/11/03 06:54:45 obrien Exp $
#
DISTNAME= minicom-1.75
@@ -18,6 +18,7 @@ RUN_DEPENDS= rz:${PORTSDIR}/comms/rzsz \
kermit:${PORTSDIR}/comms/kermit
WRKSRC= ${WRKDIR}/${PKGNAME}/src
+MAN1= minicom.1 runscript.1 ascii-xfr.1
.if !defined(BATCH)
pre-install:
@@ -25,10 +26,4 @@ pre-install:
/bin/sh ${SCRIPTDIR}/create-dev-link
.endif
-post-install:
- ${COMPRESS_MAN} \
- ${PREFIX}/man/minicom.1 \
- ${PREFIX}/man/runscript.1 \
- ${PREFIX}/man/ascii-xfr.1
-
.include <bsd.port.mk>