diff options
author | nox <nox@FreeBSD.org> | 2007-03-19 07:19:48 +0800 |
---|---|---|
committer | nox <nox@FreeBSD.org> | 2007-03-19 07:19:48 +0800 |
commit | 22f3b9b43ffa11fe74fb01b16cfa6d694e4ca49a (patch) | |
tree | 3ba2d471e258050076b4098f7ac99ebdd569544c /audio | |
parent | 59b0d083b4b48ccb6c9146ac73cb79c3b2597848 (diff) | |
download | freebsd-ports-graphics-22f3b9b43ffa11fe74fb01b16cfa6d694e4ca49a.tar.gz freebsd-ports-graphics-22f3b9b43ffa11fe74fb01b16cfa6d694e4ca49a.tar.zst freebsd-ports-graphics-22f3b9b43ffa11fe74fb01b16cfa6d694e4ca49a.zip |
Don't install .orig file
Submitted by: pointyhat via kris
Approved by: miwi (mentor, implicit)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/solfege/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index c7f89845b32..9a45c4d2ae9 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -51,6 +51,7 @@ IGNORE= requires an active X session (and DISPLAY variable). Please compile th .endif post-patch: + @${RM} ${WRKSRC}/lesson-files/bin/csound-play-harmonic-interval.sh.orig @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e 's|/usr/bin/python|${SETENV} python|g' .for file in lessonfile_editor.py.in run-solfege.py.in |