diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-20 22:08:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-20 22:08:23 +0000 |
commit | ca0d7739437d8179095a364781dca0706918b154 (patch) | |
tree | 9a5d11694e7c45a81dd017bafe7f4fd5a9d01202 /devel/desktop-file-utils | |
parent | f4f4e577d0685d1aa2194593e31419c3e06c1e44 (diff) | |
download | ports-ca0d7739437d8179095a364781dca0706918b154.tar.gz ports-ca0d7739437d8179095a364781dca0706918b154.zip |
Notes
Diffstat (limited to 'devel/desktop-file-utils')
-rw-r--r-- | devel/desktop-file-utils/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/desktop-file-utils/Makefile b/devel/desktop-file-utils/Makefile index 5e0734b7b792..1c3002de896b 100644 --- a/devel/desktop-file-utils/Makefile +++ b/devel/desktop-file-utils/Makefile @@ -7,6 +7,7 @@ PORTNAME= desktop-file-utils PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://freedesktop.org/software/${PORTNAME}/releases/ @@ -25,9 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PKGINSTALL= ${WRKDIR}/pkg-install PKGDEINSTALL= ${WRKDIR}/pkg-deinstall -PORT_MIMEDIRS= ${X11BASE}/share/applications \ - ${LOCALBASE}/share/applications \ - ${X11BASE}/share/gnome/applications \ +PORT_MIMEDIRS= ${LOCALBASE}/share/applications \ ${LOCALBASE}/share/gnome/applications MIMEDIRS= ${PORT_MIMEDIRS} \ @@ -35,8 +34,7 @@ MIMEDIRS= ${PORT_MIMEDIRS} \ /usr/share/gnome/applications RMDIRS= ${PORT_MIMEDIRS} \ - ${LOCALBASE}/share/gnome \ - ${X11BASE}/share/gnome + ${LOCALBASE}/share/gnome post-patch: @${SED} -e 's|%%MIMEDIRS%%|${MIMEDIRS}| ;\ |