aboutsummaryrefslogtreecommitdiffstats
path: root/misc/gkrellweather2
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-07 22:54:52 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-07 22:54:52 +0800
commita71ff7fd58593d77e95c9db9278e71ab18e74d69 (patch)
tree5f2c7a021dabe207ca47230aaf690216caecb045 /misc/gkrellweather2
parent2cc1fb424701571d29c1411d786fad1a49a46809 (diff)
downloadfreebsd-ports-gnome-a71ff7fd58593d77e95c9db9278e71ab18e74d69.tar.gz
freebsd-ports-gnome-a71ff7fd58593d77e95c9db9278e71ab18e74d69.tar.zst
freebsd-ports-gnome-a71ff7fd58593d77e95c9db9278e71ab18e74d69.zip
- Fix library installation
Diffstat (limited to 'misc/gkrellweather2')
-rw-r--r--misc/gkrellweather2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/gkrellweather2/Makefile b/misc/gkrellweather2/Makefile
index 46dc40e2c8e4..e566eb55e918 100644
--- a/misc/gkrellweather2/Makefile
+++ b/misc/gkrellweather2/Makefile
@@ -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 \