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