aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:22 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:24:22 +0800
commit56564ebb1f6bb8471693b3ef916e79fa96a45d10 (patch)
tree7a8939563ed4ecf957e76c78b787ee343e11f184
parente6b226b962ddeb9985e021f45fd5f3007b5801c2 (diff)
downloadfreebsd-ports-gnome-56564ebb1f6bb8471693b3ef916e79fa96a45d10.tar.gz
freebsd-ports-gnome-56564ebb1f6bb8471693b3ef916e79fa96a45d10.tar.zst
freebsd-ports-gnome-56564ebb1f6bb8471693b3ef916e79fa96a45d10.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
-rw-r--r--misc/countrycodes/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile
index 8fc28ee14493..54071363b8c8 100644
--- a/misc/countrycodes/Makefile
+++ b/misc/countrycodes/Makefile
@@ -25,9 +25,7 @@ OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>