aboutsummaryrefslogtreecommitdiff
path: root/sysutils/highlnk
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:38 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:25:38 +0000
commitf802ccaa32ab32eab402bb34d0c169edb07ae059 (patch)
treee1c8276c9aab0a4a03c62cf583b19d8410d500a6 /sysutils/highlnk
parenta7fe37e81afef0c2562203a50aa6015f18465433 (diff)
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=343998
Diffstat (limited to 'sysutils/highlnk')
-rw-r--r--sysutils/highlnk/Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/sysutils/highlnk/Makefile b/sysutils/highlnk/Makefile
index a9556d2a2ca4..a7875d51b517 100644
--- a/sysutils/highlnk/Makefile
+++ b/sysutils/highlnk/Makefile
@@ -29,10 +29,7 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
-
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>