diff options
author | obrien <obrien@FreeBSD.org> | 1998-08-11 18:29:56 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-08-11 18:29:56 +0800 |
commit | e08c5d07b21b4f0ec6d3901c607d14375b115d12 (patch) | |
tree | 8f9b30dbc73c13a25133f18575b93abf9159eebb /comms/minicom/Makefile | |
parent | 73758aaa6eedbaebd98252a2e27406ceb0fd0a06 (diff) | |
download | freebsd-ports-gnome-e08c5d07b21b4f0ec6d3901c607d14375b115d12.tar.gz freebsd-ports-gnome-e08c5d07b21b4f0ec6d3901c607d14375b115d12.tar.zst freebsd-ports-gnome-e08c5d07b21b4f0ec6d3901c607d14375b115d12.zip |
Upgrade to version 1.80.
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index fe38c5a2b44d..25aa47c29256 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -4,11 +4,11 @@ # Date created: Fri Dec 01, 1995 # Whom: obrien@cs.ucdavis.edu # -# $Id: Makefile,v 1.12 1997/11/26 23:20:45 jseger Exp $ +# $Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp $ # DISTNAME= ${PKGNAME}.src -PKGNAME= minicom-1.78 +PKGNAME= minicom-1.80 CATEGORIES= comms MASTER_SITES= ftp://ftp.cistron.nl/pub/people/miquels/software/ @@ -19,6 +19,7 @@ RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \ kermit:${PORTSDIR}/comms/kermit WRKSRC= ${WRKDIR}/${PKGNAME}/src +#USE_GMAKE= "for ``po'' dir stuff" MAN1= minicom.1 runscript.1 ascii-xfr.1 .if !defined(BATCH) |