Summary: | [patch] print/lilypond: unbreak unprivileged install (SU_CMD) | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> | ||||
Component: | Individual Port(s) | Assignee: | Pietro Cerutti <gahr> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Jan Beich
2012-07-15 04:50:10 UTC
Responsible Changed From-To: freebsd-ports-bugs->gahr Over to maintainer (via the GNATS Auto Assign Tool) State Changed From-To: open->closed Committed. Thanks! Author: gahr Date: Mon Aug 6 09:40:09 2012 New Revision: 302155 URL: http://svn.freebsd.org/changeset/ports/302155 Log: - fix non-privileged install PR: 169870 Submitted by: Jan Beich <jbeich@tormail.org> Modified: head/print/lilypond/Makefile Modified: head/print/lilypond/Makefile ============================================================================== --- head/print/lilypond/Makefile Mon Aug 6 08:42:27 2012 (r302154) +++ head/print/lilypond/Makefile Mon Aug 6 09:40:09 2012 (r302155) @@ -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 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" |