diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-12-24 10:37:45 +0000 |
commit | 9439aeb2c5fe39b976a25bcfe827f9213776c973 (patch) | |
tree | 7597b6fd6918f7d6f992356b9de529bfb3300963 /audio/xsidplay | |
parent | 7f251687a22aeb89ecf5d07a5faba498008926ef (diff) | |
download | ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.tar.gz ports-9439aeb2c5fe39b976a25bcfe827f9213776c973.zip |
Notes
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 |