summaryrefslogtreecommitdiff
path: root/misc/jitterbug/Makefile
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 /misc/jitterbug/Makefile
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 'misc/jitterbug/Makefile')
-rw-r--r--misc/jitterbug/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/jitterbug/Makefile b/misc/jitterbug/Makefile
index 2096551a980..6b93c036f9c 100644
--- a/misc/jitterbug/Makefile
+++ b/misc/jitterbug/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.20 2001/12/05 15:00:47 agc Exp $
+# $NetBSD: Makefile,v 1.21 2003/06/18 09:22:23 agc Exp $
DISTNAME= jitterbug-1.6.2
-WRKSRC= ${WRKDIR}/${PKGNAME}/source
+WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}/source
CATEGORIES= misc
MASTER_SITES= ftp://jitterbug.samba.org/pub/jitterbug/
@@ -21,8 +21,8 @@ ADDGROUP= ${LOCALBASE}/sbin/groupadd
PLIST_SRC= ${WRKDIR}/PLIST-src
INSTALL_FILE= ${WRKDIR}/INSTALL
DEINSTALL_FILE= ${WRKDIR}/DEINSTALL
-CONFIGDIR= ${WRKDIR}/${PKGNAME}/config
-DOCSDIR= ${WRKDIR}/${PKGNAME}/docs
+CONFIGDIR= ${WRKDIR}/${PKGNAME_NOREV}/config
+DOCSDIR= ${WRKDIR}/${PKGNAME_NOREV}/docs
CGIBINDIR= libexec/cgi-bin
.include "../../mk/bsd.prefs.mk"