aboutsummaryrefslogtreecommitdiff
path: root/deskutils/planner
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
committerJeremy Messenger <mezz@FreeBSD.org>2004-12-21 00:23:18 +0000
commit58a61e763c51bdf0c4c554af7d09ddc96498ee8d (patch)
tree5ca0f3cb43bed235862bc167c9b1c2568746c26a /deskutils/planner
parented6ef4505b27e0faf347e3149431b20191a419f5 (diff)
downloadports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.tar.gz
ports-58a61e763c51bdf0c4c554af7d09ddc96498ee8d.zip
Put all hacks of hicolor icons and mime from ports to bsd.gnome.mk's gnomehack.
deskutils/drivel is the only port that has pkg-plist change, so bump the PORTREVISION. The rest else should be no function change, but just remove the patches to allow gnomehack takes care of it. Keep in mind, I only touch those ports that already have gnomehack. Reviewed by: pav and marcus
Notes
Notes: svn path=/head/; revision=124646
Diffstat (limited to 'deskutils/planner')
-rw-r--r--deskutils/planner/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/deskutils/planner/Makefile b/deskutils/planner/Makefile
index 1babdd8eb64f..0d972f9e98dd 100644
--- a/deskutils/planner/Makefile
+++ b/deskutils/planner/Makefile
@@ -43,8 +43,6 @@ PLIST_SUB+= GDA="@comment "
post-patch:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|[(]datadir[)]/doc|(prefix)/share/doc|g ; \
- s|[(]datadir[)]/mime/|(prefix)/share/mime/|g ; \
- s|[(]datadir[)]/mime"|(prefix)/share/mime"|g'
+ 's|[(]datadir[)]/doc|(prefix)/share/doc|g'
.include <bsd.port.post.mk>