aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:26:12 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-12 19:26:12 +0000
commit362ae558d75d1d6fda79cb5cb7ee93e28282e1ef (patch)
tree6368f9cc2901ac516ce37d4e8a919ace73c3243e /x11
parente4689cd4125dc51a8e362fc2881b57fc4d25e0ff (diff)
downloadports-362ae558d75d1d6fda79cb5cb7ee93e28282e1ef.tar.gz
ports-362ae558d75d1d6fda79cb5cb7ee93e28282e1ef.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=344006
Diffstat (limited to 'x11')
-rw-r--r--x11/gtk-launch/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/x11/gtk-launch/Makefile b/x11/gtk-launch/Makefile
index 43d7d33d1bde..b2da2069f41a 100644
--- a/x11/gtk-launch/Makefile
+++ b/x11/gtk-launch/Makefile
@@ -31,13 +31,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
-
-post-install:
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>