svn commit: r409099 - head/deskutils/launchy

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Feb 18 09:47:49 UTC 2016


Author: amdmi3
Date: Thu Feb 18 09:47:48 2016
New Revision: 409099
URL: https://svnweb.freebsd.org/changeset/ports/409099

Log:
  - Add LICENSE
  - Switch to options helpers

Modified:
  head/deskutils/launchy/Makefile

Modified: head/deskutils/launchy/Makefile
==============================================================================
--- head/deskutils/launchy/Makefile	Thu Feb 18 09:36:41 2016	(r409098)
+++ head/deskutils/launchy/Makefile	Thu Feb 18 09:47:48 2016	(r409099)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/Launchy%20o
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Open source keystroke launcher
 
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
+
 BUILD_DEPENDS=	${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs
 RUN_DEPENDS=	${LOCALBASE}/bin/xdg-open:${PORTSDIR}/devel/xdg-utils
 
@@ -31,7 +34,7 @@ post-patch:
 		${WRKSRC}/plugins/weby/weby.pro \
 		${WRKSRC}/src/src.pro
 
-post-install:
+post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/?eadme.* ${STAGEDIR}${DOCSDIR}
 


More information about the svn-ports-all mailing list