diff options
-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> |