diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-13 21:35:43 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-08-13 21:35:43 +0000 |
commit | 793fa2d04c4e534bb1b2b9ec7dabb845750b1fce (patch) | |
tree | e21d7cce43e9eddbedc797a370c42474fc075088 | |
parent | devel/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/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> |