diff options
author | rillig <rillig@pkgsrc.org> | 2007-07-15 22:56:22 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-07-15 22:56:22 +0000 |
commit | cb83df4b4b75ac962657c153c52f358efd9fdd1a (patch) | |
tree | 91ae18a142cf067558e81cfe0bec265fe52641cc /audio | |
parent | 5c72bdd8d3c2878c049a470f3a157b3094283414 (diff) | |
download | pkgsrc-cb83df4b4b75ac962657c153c52f358efd9fdd1a.tar.gz |
Oops, forgot to rename a variable in all instances.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmcd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmcd/Makefile b/audio/xmcd/Makefile index 0c8b52f1c7b..7f9740c40c5 100644 --- a/audio/xmcd/Makefile +++ b/audio/xmcd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.68 2007/07/15 22:09:35 rillig Exp $ +# $NetBSD: Makefile,v 1.69 2007/07/15 22:56:22 rillig Exp $ DISTNAME= xmcd-3.0.2 PKGREVISION= 9 @@ -41,7 +41,7 @@ SPECIAL_PERMS+= ${ARCHBIN}/xmcd ${SETUID_ROOT_PERMS} CFILES= common.cfg device.cfg wwwwarp.cfg .for f in ${CFILES} -CONF_FILES+= ${XMCDDIR}/config/${FILE}.dist ${XMCDDIR}/config/${FILE} +CONF_FILES+= ${XMCDDIR}/config/${f}.dist ${XMCDDIR}/config/${f} .endfor REQD_DIRS= ${XMCDDIR} ${XMCDDIR}/cdinfo ${XMCDDIR}/config ${XMCDDIR}/discog |