diff options
author | edwin <edwin@FreeBSD.org> | 2003-10-14 09:32:13 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-10-14 09:32:13 +0800 |
commit | a1dcc61da3c428409c225ded1c99feb30b2ccf0d (patch) | |
tree | 97e79fb6899cb68b85072a79d6a038e9527b546f /print/lilypond | |
parent | 37a977718a6b2cbb6f21cbaad6228daea87225db (diff) | |
download | freebsd-ports-gnome-a1dcc61da3c428409c225ded1c99feb30b2ccf0d.tar.gz freebsd-ports-gnome-a1dcc61da3c428409c225ded1c99feb30b2ccf0d.tar.zst freebsd-ports-gnome-a1dcc61da3c428409c225ded1c99feb30b2ccf0d.zip |
Fix "make describe".
Noticed by: Subject: INDEX build failed
Diffstat (limited to 'print/lilypond')
-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 |