diff options
Diffstat (limited to 'comms/minicom/Makefile')
-rw-r--r-- | comms/minicom/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index b60481805ab..ad06115c053 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.33 2003/06/18 09:22:16 agc Exp $ +# $NetBSD: Makefile,v 1.34 2003/07/13 13:50:51 wiz Exp $ # FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp # DISTNAME= ${PKGNAME}.src PKGNAME= minicom-1.83.1 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_BACKUP} |