svn commit: r322064 - head/math/fityk

Antoine Brodin antoine at FreeBSD.org
Sat Jun 29 21:41:30 UTC 2013


Author: antoine
Date: Sat Jun 29 21:41:29 2013
New Revision: 322064
URL: http://svnweb.freebsd.org/changeset/ports/322064

Log:
  Fix PORT_OPTIONS conversion

Modified:
  head/math/fityk/Makefile

Modified: head/math/fityk/Makefile
==============================================================================
--- head/math/fityk/Makefile	Sat Jun 29 21:39:34 2013	(r322063)
+++ head/math/fityk/Makefile	Sat Jun 29 21:41:29 2013	(r322064)
@@ -67,7 +67,7 @@ post-install:
 	${INSTALL_MAN} ${WRKSRC}/doc/fityk.1 ${MANPREFIX}/man/man1
 	${INSTALL_PROGRAM} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv ${PREFIX}/bin
 	${INSTALL_MAN} ${WRKDIR}/${XYLIB_DISTNAME}/xyconv.1 ${MANPREFIX}/man/man1
-.if defined(PORT_OPTIONS:MDOCS)
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	(cd ${WRKSRC}/doc && ${COPYTREE_SHARE} html ${DOCSDIR})
 .endif


More information about the svn-ports-head mailing list