diff options
author | wiz <wiz@pkgsrc.org> | 2004-03-27 21:32:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-03-27 21:32:13 +0000 |
commit | dae3abb3705cf2dd71ee24963664a384d663f28c (patch) | |
tree | be909b6fa385a65709fc58ac184f422a235502cf /chat | |
parent | dde0d95d9a240916a0c60bf2dc4d7295cc264188 (diff) | |
download | pkgsrc-dae3abb3705cf2dd71ee24963664a384d663f28c.tar.gz |
Use PKGNAME_NOREV for WRKSRC; fixes bulk build.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/xchat-systray-integration/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/xchat-systray-integration/Makefile b/chat/xchat-systray-integration/Makefile index 0e739962db4..273195b40ff 100644 --- a/chat/xchat-systray-integration/Makefile +++ b/chat/xchat-systray-integration/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/03/27 21:32:41 wiz Exp $ DISTNAME= xchat-systray-integration-2.4.0-src PKGNAME= ${DISTNAME:S/-src//} @@ -12,7 +12,7 @@ COMMENT= Systray icon plugin for X-Chat DEPENDS= xchat>=2.0:../../chat/xchat2 -WRKSRC= ${WRKDIR}/${PKGNAME} +WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} USE_BUILDLINK3= yes USE_GNU_TOOLS+= make |