aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cmospwd
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:25 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:25 +0000
commited672fa64f6fbc0317081c7ce6283474f21309ca (patch)
treefc5a0a6b76b2b2175fa2cff905745c649f84e94b /sysutils/cmospwd
parentdb3abf847a7d53ffc83969b813362d6babbebdbd (diff)
downloadports-ed672fa64f6fbc0317081c7ce6283474f21309ca.tar.gz
ports-ed672fa64f6fbc0317081c7ce6283474f21309ca.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
Notes
Notes: svn path=/head/; revision=343995
Diffstat (limited to 'sysutils/cmospwd')
-rw-r--r--sysutils/cmospwd/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/cmospwd/Makefile b/sysutils/cmospwd/Makefile
index 138fa7b99396..c9a80dc69958 100644
--- a/sysutils/cmospwd/Makefile
+++ b/sysutils/cmospwd/Makefile
@@ -34,10 +34,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>