summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-02-16 22:13:47 +0000
committerreed <reed@pkgsrc.org>2005-02-16 22:13:47 +0000
commit3f315b9a216c6d684780e50b078795492a218181 (patch)
tree02fbc468334d345ce6cc12a721d7a3f29581c0de /x11
parent39f36615c95e0fc7254caa63005dbfeabe574e5c (diff)
downloadpkgsrc-3f315b9a216c6d684780e50b078795492a218181.tar.gz
Use PKGNAME_NOREV instead of just PKGNAME for WRKSRC.
Diffstat (limited to 'x11')
-rw-r--r--x11/xterm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index e041a4c70b8..2e9564a5c1e 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2005/02/16 22:05:36 reed Exp $
+# $NetBSD: Makefile,v 1.17 2005/02/16 22:13:47 reed Exp $
DISTNAME= xterm-200
PKGREVISION= 1
@@ -13,7 +13,7 @@ COMMENT= Latest terminal emulator for the X Window System
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_X11= yes
-WRKSRC= ${WRKDIR}/${PKGNAME}
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
.include "../../mk/bsd.prefs.mk"