summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2015-08-13 21:35:43 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2015-08-13 21:35:43 +0000
commit793fa2d04c4e534bb1b2b9ec7dabb845750b1fce (patch)
treee21d7cce43e9eddbedc797a370c42474fc075088
parentdevel/py-grab: update to 0.6.21 (diff)
- Unbreak installation on freebsd 9
- Drop DOCS option, it doesn't install anything
Notes
Notes: svn path=/head/; revision=394196
-rw-r--r--net/libnetdude/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/net/libnetdude/Makefile b/net/libnetdude/Makefile
index fc94362edf6f..f1af1f5ed228 100644
--- a/net/libnetdude/Makefile
+++ b/net/libnetdude/Makefile
@@ -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>