diff options
Diffstat (limited to 'editors/gphpedit')
-rw-r--r-- | editors/gphpedit/Makefile | 6 | ||||
-rw-r--r-- | editors/gphpedit/pkg-plist | 9 |
2 files changed, 8 insertions, 7 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index d69955e65e4b..0685b6af907b 100644 --- a/editors/gphpedit/Makefile +++ b/editors/gphpedit/Makefile @@ -7,7 +7,7 @@ PORTNAME= gphpedit PORTVERSION= 0.9.80 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= editors gnome MASTER_SITES= http://www.gphpedit.org/download/store/ \ http://ftp.ceid.upatras.gr/pub/linux/gentoo/distfiles/ \ @@ -46,9 +46,9 @@ pre-everything:: .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share/gnome|g' \ + @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g' \ ${WRKSRC}/src/main.h - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share/gnome|g' \ + @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|g' \ ${WRKSRC}/src/calltip.c ${WRKSRC}/src/main_window.c @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/src/tab.c diff --git a/editors/gphpedit/pkg-plist b/editors/gphpedit/pkg-plist index bc6ece9e0db6..e76fe62e9d64 100644 --- a/editors/gphpedit/pkg-plist +++ b/editors/gphpedit/pkg-plist @@ -1,5 +1,6 @@ bin/gphpedit -share/gnome/applications/gphpedit.desktop -share/gnome/gphpedit/php-gphpedit.api -share/gnome/pixmaps/gphpedit.png -@dirrm share/gnome/gphpedit +share/applications/gphpedit.desktop +share/gphpedit/php-gphpedit.api +share/pixmaps/gphpedit.png +@dirrm share/gphpedit +@dirrmtry share/applications |