diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:54:52 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-07 14:54:52 +0000 |
commit | 324d55e02a5f3349e3b29ec2a71565d5a7406713 (patch) | |
tree | 5f2c7a021dabe207ca47230aaf690216caecb045 /misc | |
parent | 4018d8440bc7ddb23c5635dd24abc02911daea3f (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellweather2/Makefile | 3 |
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 \ |