svn commit: r320692 - head/devel/libbobcat
Martin Wilke
miwi at FreeBSD.org
Wed Jun 12 13:42:13 UTC 2013
Author: miwi
Date: Wed Jun 12 13:42:12 2013
New Revision: 320692
URL: http://svnweb.freebsd.org/changeset/ports/320692
Log:
- Fix PORTDOCS*
Modified:
head/devel/libbobcat/Makefile (contents, props changed)
Modified: head/devel/libbobcat/Makefile
==============================================================================
--- head/devel/libbobcat/Makefile Wed Jun 12 13:40:53 2013 (r320691)
+++ head/devel/libbobcat/Makefile Wed Jun 12 13:42:12 2013 (r320692)
@@ -56,6 +56,8 @@ USE_GCC= 4.6
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/bobcat-${PORTVERSION}
+.include <bsd.port.options.mk>
+
post-patch:
@${REINPLACE_CMD} -e 's|"/usr"|"${PREFIX}"| ; \
s|"/share/doc/libbobcat3"|"/share/doc/${PORTNAME}-${PORTVERSION}"| ; \
@@ -75,7 +77,7 @@ post-patch:
s|-lX11|-lX11 -L${LOCALBASE}/lib| ; \
s|-lmilter|-lmilter -lpthread|' \
${WRKSRC}/icmake/special
-.if empty(PORT_OPTIONS:MDOCS)
+.if ! ${PORT_OPTIONS:MDOCS}
@${REINPLACE_CMD} -e 's|#define DOCOTHER||' \
${WRKSRC}/INSTALL.im
.endif
More information about the svn-ports-head
mailing list