summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authoragc <agc>2003-06-18 09:22:14 +0000
committeragc <agc>2003-06-18 09:22:14 +0000
commit705bfcaa9176242a96f21ed77e602d1a5ee1c431 (patch)
treecc7d19b68940ae694dd05424c812173b1ca6be07 /comms
parentbcba80236aa208d39c9936c5b917b014a7485c10 (diff)
downloadpkgsrc-705bfcaa9176242a96f21ed77e602d1a5ee1c431.tar.gz
When constructing the WRKSRC definition, use ${PKGNAME_NOREV} rather than
${PKGNAME}, so that the WRKSRC definition is immune from any subsequent PKGREVISION changes. With thanks to jmc for the nudge.
Diffstat (limited to 'comms')
-rw-r--r--comms/estic/Makefile4
-rw-r--r--comms/minicom/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/estic/Makefile b/comms/estic/Makefile
index b8f3ec7f78a..9d8d74dc429 100644
--- a/comms/estic/Makefile
+++ b/comms/estic/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2003/03/29 12:40:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.7 2003/06/18 09:22:16 agc Exp $
DISTNAME= estic-1.61
-WRKSRC= ${WRKDIR}/${PKGNAME:C/-.*//}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV:C/-.*//}
CATEGORIES= comms
MASTER_SITES= ftp://ftp.gwdg.de/pub/misc/isdn/linux/estic/
EXTRACT_SUFX= .zip
diff --git a/comms/minicom/Makefile b/comms/minicom/Makefile
index a24a0d2f8fe..b60481805ab 100644
--- a/comms/minicom/Makefile
+++ b/comms/minicom/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.32 2003/06/14 14:42:15 wiz Exp $
+# $NetBSD: Makefile,v 1.33 2003/06/18 09:22:16 agc Exp $
# FreeBSD Id: Makefile,v 1.13 1998/01/03 10:58:40 obrien Exp
#
DISTNAME= ${PKGNAME}.src
PKGNAME= minicom-1.83.1
-WRKSRC= ${WRKDIR}/${PKGNAME}/src
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/src
CATEGORIES= comms
MASTER_SITES= ${MASTER_SITE_BACKUP}
#MASTER_SITES= ${MASTER_SITE_SUNSITE:=apps/serialcomm/dialout/} \