diff options
Diffstat (limited to 'devel/dorst/Makefile')
-rw-r--r-- | devel/dorst/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/dorst/Makefile b/devel/dorst/Makefile index 61ec8499f7b0..c79af42497fa 100644 --- a/devel/dorst/Makefile +++ b/devel/dorst/Makefile @@ -1,6 +1,6 @@ PORTNAME= dorst DISTVERSIONPREFIX= v -DISTVERSION= 0.19.4 +DISTVERSION= 0.19.5 CATEGORIES= devel MAINTAINER= slowdive@me.com @@ -36,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 |