svn commit: r394196 - head/net/libnetdude

Antoine Brodin antoine at FreeBSD.org
Thu Aug 13 21:35:44 UTC 2015


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, at LIBLTDL@,'
 
 post-install:
-	@${FIND} -d ${STAGEDIR}${DOCSDIR} -type d -empty -delete
+	@${RMDIR} ${STAGEDIR}${DOCSDIR}/images ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list