diff options
author | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2001-12-24 18:37:45 +0800 |
commit | 204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf (patch) | |
tree | 83db4ca72f4ed53d6ae0652cd99353b1f3f387db /audio/xsidplay | |
parent | 9a47160412f4654b3f1998019f7469500051591c (diff) | |
download | freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.gz freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.tar.zst freebsd-ports-gnome-204e1d473b37428ffb58bb8a46c1c3d7f8b67aaf.zip |
portlint: remove extra whitespaces before end of line.
Diffstat (limited to 'audio/xsidplay')
-rw-r--r-- | audio/xsidplay/Makefile | 2 |
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 |