diff options
Diffstat (limited to 'editors/gphpedit/Makefile')
-rw-r--r-- | editors/gphpedit/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/gphpedit/Makefile b/editors/gphpedit/Makefile index d69955e65e4..0685b6af907 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 |