diff options
author | gahr <gahr@FreeBSD.org> | 2012-08-06 17:40:09 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-08-06 17:40:09 +0800 |
commit | 7e8cec46d1a62d4f4fed532ba7cad0d8b857ef36 (patch) | |
tree | bfaa9fff6cc5b4bf6a691dc1246baf48e74dcb1a /print | |
parent | ca3fb36b60d83962848326c760e4c4f63bb517b5 (diff) | |
download | freebsd-ports-gnome-7e8cec46d1a62d4f4fed532ba7cad0d8b857ef36.tar.gz freebsd-ports-gnome-7e8cec46d1a62d4f4fed532ba7cad0d8b857ef36.tar.zst freebsd-ports-gnome-7e8cec46d1a62d4f4fed532ba7cad0d8b857ef36.zip |
- fix non-privileged install
PR: 169870
Submitted by: Jan Beich <jbeich@tormail.org>
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 e7e135af82ce..2b8d6f7891d9 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -75,7 +75,7 @@ post-patch: ${REINPLACE_CMD} -e '17,21d' ${WRKSRC}/po/GNUmakefile .endif -pre-install: +pre-su-install: .if exists(${PREFIX}/info/dir) ${REINPLACE_CMD} -i '' -e '/LilyPond/d' ${PREFIX}/info/dir .endif |