diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-14 01:32:13 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-14 01:32:13 +0000 |
commit | 2acabdf140c89304d5a9f74f5c202b906c32097e (patch) | |
tree | 63e479fb79e4cf87f9d197328b3452982b80dc21 /print | |
parent | f4d968b8f959b9b99695d0df78d70d26a1fbc319 (diff) | |
download | ports-2acabdf140c89304d5a9f74f5c202b906c32097e.tar.gz ports-2acabdf140c89304d5a9f74f5c202b906c32097e.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index bf169ca3c5e1..b266f273eccd 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -60,7 +60,7 @@ post-install: cd ${WRKSRC}/input ; \ ${TAR} -chf - --exclude=out --exclude=CVS --exclude=GNUmakefile . | \ ${TAR} -xf - -C ${EXAMPLESDIR};\ - ${FIND} ${EXAMPLESDIR} -name "out" | xargs ${RM} -rf ;\ + ${FIND} ${EXAMPLESDIR} -name "out" | xargs ${RM} -rf ; .for ii in login profile ${INSTALL_SCRIPT} ${WRKSRC}/buildscripts/out/lilypond-${ii} \ ${EXAMPLESDIR}/scripts |