aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:09 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:09 +0800
commit1bd2ab46f0fd3f44452cde51264851d86cf097cf (patch)
tree06840ca3dc0c4ca1bd7ccf9887c91961a7fd007d
parent51fcd77f29614dfb087376961ed33757965e24a5 (diff)
downloadfreebsd-ports-gnome-1bd2ab46f0fd3f44452cde51264851d86cf097cf.tar.gz
freebsd-ports-gnome-1bd2ab46f0fd3f44452cde51264851d86cf097cf.tar.zst
freebsd-ports-gnome-1bd2ab46f0fd3f44452cde51264851d86cf097cf.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
-rw-r--r--mail/isync/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index b3c72d8f222f..6e2e7ed53d30 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -33,11 +33,9 @@ post-patch:
@${REINPLACE_CMD} -e 's|: install-docDATA|:|g' ${WRKSRC}/Makefile.in
post-install:
-.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>