diff options
author | tron <tron@pkgsrc.org> | 2003-07-14 08:25:40 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-07-14 08:25:40 +0000 |
commit | 0862d60df03d6e07a544afbfe4d295c59222aa1d (patch) | |
tree | c22c85f3de2f940962e12986ca948342e0228674 | |
parent | 90b176d86382a7eba360c2cbbdc406b5e6df2b83 (diff) | |
download | pkgsrc-0862d60df03d6e07a544afbfe4d295c59222aa1d.tar.gz |
Repeat my words: I must *not* derive "${DISTNAME}" from "${PKGNAME}".
-rw-r--r-- | comms/minicom/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile index ad06115c053..9a3c284a6d6 100644 --- a/comms/minicom/Makefile +++ b/comms/minicom/Makefile @@ -1,10 +1,8 @@ -# $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 -# +# $NetBSD: Makefile,v 1.35 2003/07/14 08:25:40 tron Exp $ -DISTNAME= ${PKGNAME}.src -PKGNAME= minicom-1.83.1 -PKGREVISION= 1 +DISTNAME= minicom-1.83.1.src +PKGNAME= ${DISTNAME:S/.src//} +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src CATEGORIES= comms MASTER_SITES= ${MASTER_SITE_BACKUP} |