Date: Thu, 13 Aug 2015 21:35:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r394196 - head/net/libnetdude Message-ID: <201508132135.t7DLZhg9058755@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Aug 13 21:35:43 2015 New Revision: 394196 URL: https://svnweb.freebsd.org/changeset/ports/394196 Log: - Unbreak installation on freebsd 9 - Drop DOCS option, it doesn't install anything Modified: head/net/libnetdude/Makefile Modified: head/net/libnetdude/Makefile ============================================================================== --- head/net/libnetdude/Makefile Thu Aug 13 21:26:26 2015 (r394195) +++ head/net/libnetdude/Makefile Thu Aug 13 21:35:43 2015 (r394196) @@ -23,9 +23,6 @@ USE_LDCONFIG= yes INSTALL_TARGET= install-strip PLIST_SUB= PORTVERSION=${PORTVERSION} -PORTDOCS= * - -OPTIONS_DEFINE= DOCS post-patch: @${REINPLACE_CMD} -e "s|netinet/if_fddi.h|net/fddi.h|g" \ @@ -37,6 +34,6 @@ post-patch: -e '/LIBADD/s,$$(top_builddir)/libltdl/libltdlc.la,@LIBLTDL@,' post-install: - @${FIND} -d ${STAGEDIR}${DOCSDIR} -type d -empty -delete + @${RMDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508132135.t7DLZhg9058755>