summaryrefslogtreecommitdiff
path: root/graphics/mpgtx
diff options
context:
space:
mode:
authorrillig <rillig>2005-05-31 22:45:58 +0000
committerrillig <rillig>2005-05-31 22:45:58 +0000
commit57461261bfc4abe1a53f01bb75090951190ddbea (patch)
treeb47fadb169485f5649129b1cc24c9f5276373673 /graphics/mpgtx
parent2b74fef58c9e6f61bc473e87dde000d5df4d3dd3 (diff)
downloadpkgsrc-57461261bfc4abe1a53f01bb75090951190ddbea.tar.gz
Changed $f to ${f}.
Diffstat (limited to 'graphics/mpgtx')
-rw-r--r--graphics/mpgtx/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mpgtx/Makefile b/graphics/mpgtx/Makefile
index 03c9b0f030e..9d30da3aee4 100644
--- a/graphics/mpgtx/Makefile
+++ b/graphics/mpgtx/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2005/01/18 12:23:33 drochner Exp $
+# $NetBSD: Makefile,v 1.8 2005/05/31 22:45:58 rillig Exp $
#
DISTNAME= mpgtx-1.3.1
@@ -19,11 +19,11 @@ MLINKS= mpgcat.1 mpgjoin.1 mpginfo.1 mpgsplit.1 mpgdemux.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mpgtx ${PREFIX}/bin
.for f in ${PLINKS}
- ${LN} -f ${PREFIX}/bin/mpgtx ${PREFIX}/bin/$f
+ ${LN} -f ${PREFIX}/bin/mpgtx ${PREFIX}/bin/${f}
.endfor
${INSTALL_MAN} ${WRKSRC}/man/mpgtx.1 ${PREFIX}/man/man1
.for f in ${MLINKS}
- ${LN} -f ${PREFIX}/man/man1/mpgtx.1 ${PREFIX}/man/man1/$f
+ ${LN} -f ${PREFIX}/man/man1/mpgtx.1 ${PREFIX}/man/man1/${f}
.endfor
${INSTALL_MAN} ${WRKSRC}/man/tagmp3.1 ${PREFIX}/man/man1