summaryrefslogtreecommitdiff
path: root/audio/xsidplay
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-12-24 10:37:45 +0000
commit9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch)
tree7597b6fd6918f7d6f992356b9de529bfb3300963 /audio/xsidplay
parentUpdate to version 2.3.1. (diff)
portlint: remove extra whitespaces before end of line.
Notes
Notes: svn path=/head/; revision=52088
Diffstat (limited to 'audio/xsidplay')
-rw-r--r--audio/xsidplay/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/xsidplay/Makefile b/audio/xsidplay/Makefile
index 16a3c9f8cfbb..03dbe1742ec7 100644
--- a/audio/xsidplay/Makefile
+++ b/audio/xsidplay/Makefile
@@ -32,7 +32,7 @@ CFLAGS+= -O0
.endif
pre-patch:
-.for file in configure src/Makefile.in
+.for file in configure src/Makefile.in
@${PERL} -pi -e 's|moc|${MOC:T}|g ; \
s|qt-mt|${QTNAME}-mt|g' ${WRKSRC}/${file}
.endfor