diff options
author | agc <agc@pkgsrc.org> | 1998-06-20 09:26:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-20 09:26:31 +0000 |
commit | c6f0c5e0e14d920c535a8a33eeb40d01ab5afeea (patch) | |
tree | 01607ba3bdbb65f9503dc59d6b85b65efdb88861 /comms/minicom | |
parent | 8bd881a6e289a67e4590df10acd61388c170761f (diff) | |
download | pkgsrc-c6f0c5e0e14d920c535a8a33eeb40d01ab5afeea.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'comms/minicom')
-rw-r--r-- | comms/minicom/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index 215fe14882e..4feeea19e1d 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1998/05/08 23:32:52 tron Exp $ +# $NetBSD: Makefile,v 1.8 1998/06/20 09:26:32 agc Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # @@ -16,8 +16,6 @@ RUN_DEPENDS= lrz:../../comms/lrzsz \ WRKSRC= ${WRKDIR}/${PKGNAME}/src IS_INTERACTIVE= yes -MAN1= minicom.1 runscript.1 ascii-xfr.1 - .if !defined(BATCH) pre-install: # this script creates a link from your comm port to /dev/modem |