diff options
Diffstat (limited to 'devel/dorst/Makefile')
-rw-r--r-- | devel/dorst/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/dorst/Makefile b/devel/dorst/Makefile index 9bc0103c98ac..c79af42497fa 100644 --- a/devel/dorst/Makefile +++ b/devel/dorst/Makefile @@ -1,7 +1,6 @@ PORTNAME= dorst DISTVERSIONPREFIX= v -DISTVERSION= 0.19.4 -PORTREVISION= 1 +DISTVERSION= 0.19.5 CATEGORIES= devel MAINTAINER= slowdive@me.com @@ -37,7 +36,7 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/share/org.hellbyte.dorst.desktop \ ${STAGEDIR}${PREFIX}/share/applications ${INSTALL_DATA} ${WRKSRC}/share/org.hellbyte.dorst.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/org.hellbyte.dorst.png + ${STAGEDIR}${PREFIX}/share/pixmaps .endif PLIST_FILES+= bin/dorst |