svn commit: r306195 - head/deskutils/launchy
Eitan Adler
eadler at FreeBSD.org
Sat Oct 20 15:40:26 UTC 2012
Author: eadler
Date: Sat Oct 20 15:40:25 2012
New Revision: 306195
URL: http://svn.freebsd.org/changeset/ports/306195
Log:
Convert to OptionsNG
Feature safe: yes
Modified:
head/deskutils/launchy/Makefile
Modified: head/deskutils/launchy/Makefile
==============================================================================
--- head/deskutils/launchy/Makefile Sat Oct 20 15:38:07 2012 (r306194)
+++ head/deskutils/launchy/Makefile Sat Oct 20 15:40:25 2012 (r306195)
@@ -17,6 +17,8 @@ USE_DOS2UNIX= readme.lyx readme.txt
USE_QT4= qmake_build moc_build rcc_build uic_build gui network
PORTDOCS= *
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} 's,/usr,${PREFIX},' \
${WRKSRC}/platforms/unix/unix.pro \
@@ -32,7 +34,7 @@ do-configure:
${QMAKE} ${QMAKEFLAGS} -r Launchy.pro)
post-install:
-.if !defined(NOPORTDOCS)
+.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/?eadme.* ${DOCSDIR}
.endif
More information about the svn-ports-head
mailing list