diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 18:15:19 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2006-04-30 18:15:19 +0000 |
commit | 63ca9312d5dd005c05402c40336f482ba92eca34 (patch) | |
tree | ca2331d8cb0d04ef5a38ddbc4167d5d6b79d5648 /devel/desktop-file-utils/Makefile | |
parent | 6ae76cb965f3accc6ded65a47f9faccfe398cf14 (diff) | |
download | ports-63ca9312d5dd005c05402c40336f482ba92eca34.tar.gz ports-63ca9312d5dd005c05402c40336f482ba92eca34.zip |
Notes
Diffstat (limited to 'devel/desktop-file-utils/Makefile')
-rw-r--r-- | devel/desktop-file-utils/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 5c7a3137359e..3abf3f9a0d78 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -6,8 +6,7 @@ # PORTNAME= desktop-file-utils -PORTVERSION= 0.10 -PORTREVISION= 4 +PORTVERSION= 0.11 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ @@ -41,9 +40,6 @@ RMDIRS= ${PORT_MIMEDIRS} \ ${X11BASE}/share/gnome post-patch: - @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ - s|%%X11BASE%%|${X11BASE}|g' \ - ${WRKSRC}/src/eggdirfuncs.c @${SED} -e 's|%%MIMEDIRS%%|${MIMEDIRS}| ;\ s|%%RMDIRS%%|${RMDIRS}| ; \ s|%%PORT_MIMEDIRS%%|${PORT_MIMEDIRS}|' \ |