diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:26:12 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-12 19:26:12 +0000 |
commit | 362ae558d75d1d6fda79cb5cb7ee93e28282e1ef (patch) | |
tree | 6368f9cc2901ac516ce37d4e8a919ace73c3243e /x11 | |
parent | e4689cd4125dc51a8e362fc2881b57fc4d25e0ff (diff) | |
download | ports-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/Makefile | 6 |
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> |