aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-13 03:26:12 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-13 03:26:12 +0800
commit318c5f5b348f1909b3b5e2da468028d5febc2f13 (patch)
tree6368f9cc2901ac516ce37d4e8a919ace73c3243e /x11
parent999068fa825ed5a824ff73f19159f8ede41f524c (diff)
downloadfreebsd-ports-gnome-318c5f5b348f1909b3b5e2da468028d5febc2f13.tar.gz
freebsd-ports-gnome-318c5f5b348f1909b3b5e2da468028d5febc2f13.tar.zst
freebsd-ports-gnome-318c5f5b348f1909b3b5e2da468028d5febc2f13.zip
Now that this port is staged and DOCS defined we can stop testing for DOCS in
any install target.
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>