diff options
author | reed <reed> | 2005-02-16 22:13:47 +0000 |
---|---|---|
committer | reed <reed> | 2005-02-16 22:13:47 +0000 |
commit | 03a3264452b68d7de917fcf45fe5bac093902f1e (patch) | |
tree | 02fbc468334d345ce6cc12a721d7a3f29581c0de /x11 | |
parent | 0720e55986caad5a0c1e8343883ab78626180d19 (diff) | |
download | pkgsrc-03a3264452b68d7de917fcf45fe5bac093902f1e.tar.gz |
Use PKGNAME_NOREV instead of just PKGNAME for WRKSRC.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xterm/Makefile | 4 |
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" |