aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:29 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:25:29 +0800
commit3f56b117ab239369f68b140b4f5b82b2a78fef4a (patch)
treea05e59255770b3c3cd79d13abe10b23e30c984fb /sysutils
parent166c0f25f55520df3d4a14d561bbaac1df19b8c0 (diff)
downloadfreebsd-ports-gnome-3f56b117ab239369f68b140b4f5b82b2a78fef4a.tar.gz
freebsd-ports-gnome-3f56b117ab239369f68b140b4f5b82b2a78fef4a.tar.zst
freebsd-ports-gnome-3f56b117ab239369f68b140b4f5b82b2a78fef4a.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/disktype/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysutils/disktype/Makefile b/sysutils/disktype/Makefile
index 1c9a7a804966..14e734bf460d 100644
--- a/sysutils/disktype/Makefile
+++ b/sysutils/disktype/Makefile
@@ -26,9 +26,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>