svn commit: r344006 - head/x11/gtk-launch

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 12 19:26:15 UTC 2014


Author: ehaupt
Date: Wed Feb 12 19:26:12 2014
New Revision: 344006
URL: http://svnweb.freebsd.org/changeset/ports/344006
QAT: https://qat.redports.org/buildarchive/r344006/

Log:
  Now that this port is staged and DOCS defined we can stop testing for DOCS in
  any install target.

Modified:
  head/x11/gtk-launch/Makefile

Modified: head/x11/gtk-launch/Makefile
==============================================================================
--- head/x11/gtk-launch/Makefile	Wed Feb 12 19:26:08 2014	(r344005)
+++ head/x11/gtk-launch/Makefile	Wed Feb 12 19:26:12 2014	(r344006)
@@ -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>


More information about the svn-ports-head mailing list