svn commit: r302155 - head/print/lilypond

Pietro Cerutti gahr at FreeBSD.org
Mon Aug 6 09:40:10 UTC 2012


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 at 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



More information about the svn-ports-head mailing list