summaryrefslogtreecommitdiff
path: root/audio/xine-arts
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2004-11-23 03:04:56 +0000
committertv <tv@pkgsrc.org>2004-11-23 03:04:56 +0000
commite6ee8d81212e6bd8a3af996834a21b91ad1c2934 (patch)
tree41c16c5e88a7fbc1c2551cf87205033692527b2b /audio/xine-arts
parenteac17aff3aa5172f118c3b7db84cccc7cd80d004 (diff)
downloadpkgsrc-e6ee8d81212e6bd8a3af996834a21b91ad1c2934.tar.gz
Avoid use of := in PKGNAME.
Fix pre-configure make operator (should use :, not ::).
Diffstat (limited to 'audio/xine-arts')
-rw-r--r--audio/xine-arts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xine-arts/Makefile b/audio/xine-arts/Makefile
index c410266ff8e..7315859bdc7 100644
--- a/audio/xine-arts/Makefile
+++ b/audio/xine-arts/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.11 2004/10/03 00:13:10 tv Exp $
+# $NetBSD: Makefile,v 1.12 2004/11/23 03:04:56 tv Exp $
#
.include "../../multimedia/xine-lib/Makefile.common"
-PKGNAME:= ${PKGNAME:S/lib/arts/}
+PKGNAME= ${XINE_PKGNAME:S/lib/arts/}
PKGREVISION= 1
CATEGORIES= audio