svn commit: r327127 - head/graphics/nathive

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 13 01:50:09 UTC 2013


Author: amdmi3
Date: Fri Sep 13 01:50:09 2013
New Revision: 327127
URL: http://svnweb.freebsd.org/changeset/ports/327127

Log:
  - Fix plist for disabled DOCS case

Modified:
  head/graphics/nathive/Makefile

Modified: head/graphics/nathive/Makefile
==============================================================================
--- head/graphics/nathive/Makefile	Fri Sep 13 01:42:13 2013	(r327126)
+++ head/graphics/nathive/Makefile	Fri Sep 13 01:50:09 2013	(r327127)
@@ -32,7 +32,8 @@ post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/share/nathive|${DATADIR}|' \
 		${WRKSRC}/${PORTNAME}.desktop
 .if ! ${PORT_OPTIONS:MDOCS}
-	@${REINPLACE_CMD} -e '/install.*DOC/ d' ${WRKSRC}/${MAKEFILE}
+	@${REINPLACE_CMD} -e '/install.*DOC/ d; /mkdir -p.*BASE.*DOC/ d' \
+		${WRKSRC}/${MAKEFILE}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list