aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-08-14 05:35:43 +0800
committerantoine <antoine@FreeBSD.org>2015-08-14 05:35:43 +0800
commit69a6b532da241f0cfba05d60c5ee3d64b0fcfee1 (patch)
treee21d7cce43e9eddbedc797a370c42474fc075088 /net
parent70129898974c6c27eef1835faaac0d5b9e811bf0 (diff)
downloadfreebsd-ports-gnome-69a6b532da241f0cfba05d60c5ee3d64b0fcfee1.tar.gz
freebsd-ports-gnome-69a6b532da241f0cfba05d60c5ee3d64b0fcfee1.tar.zst
freebsd-ports-gnome-69a6b532da241f0cfba05d60c5ee3d64b0fcfee1.zip
- Unbreak installation on freebsd 9
- Drop DOCS option, it doesn't install anything
Diffstat (limited to 'net')
-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>