diff options
author | antoine <antoine@FreeBSD.org> | 2015-08-14 05:35:43 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-08-14 05:35:43 +0800 |
commit | 69a6b532da241f0cfba05d60c5ee3d64b0fcfee1 (patch) | |
tree | e21d7cce43e9eddbedc797a370c42474fc075088 /net | |
parent | 70129898974c6c27eef1835faaac0d5b9e811bf0 (diff) | |
download | freebsd-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/Makefile | 5 |
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> |