svn commit: r388707 - head/misc/gkrellweather2

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 14:54:53 UTC 2015


Author: amdmi3
Date: Sun Jun  7 14:54:52 2015
New Revision: 388707
URL: https://svnweb.freebsd.org/changeset/ports/388707

Log:
  - Fix library installation

Modified:
  head/misc/gkrellweather2/Makefile

Modified: head/misc/gkrellweather2/Makefile
==============================================================================
--- head/misc/gkrellweather2/Makefile	Sun Jun  7 14:54:37 2015	(r388706)
+++ head/misc/gkrellweather2/Makefile	Sun Jun  7 14:54:52 2015	(r388707)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gkrellweather
 PORTVERSION=	2.0.8
+PORTREVISION=	1
 CATEGORIES=	misc geography
 MASTER_SITES=	https://sites.google.com/site/makovick/projects/
 
@@ -22,7 +23,7 @@ do-install:
 	(cd ${WRKSRC} && ${INSTALL_SCRIPT} GrabWeather \
 		${STAGEDIR}${PREFIX}/bin)
 	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
-	(cd ${WRKSRC} && ${INSTALL_DATA} gkrellweather.so \
+	(cd ${WRKSRC} && ${INSTALL_LIB} gkrellweather.so \
 		${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins)
 	@${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/ru
 	(cd ${WRKSRC}/po && ${INSTALL_DATA} ru.mo \


More information about the svn-ports-all mailing list