aboutsummaryrefslogtreecommitdiffstats
path: root/science/gchempaint/Makefile
diff options
context:
space:
mode:
authormezz <mezz@FreeBSD.org>2004-12-21 08:23:18 +0800
committermezz <mezz@FreeBSD.org>2004-12-21 08:23:18 +0800
commitbf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (patch)
tree89f20b3b5d60809a7f381d51420e359317eff29e /science/gchempaint/Makefile
parentaa1b44adde1d2ee8c690fd06033802c66de5c390 (diff)
downloadfreebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.tar.gz
freebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.tar.zst
freebsd-ports-gnome-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.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
Diffstat (limited to 'science/gchempaint/Makefile')
-rw-r--r--science/gchempaint/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile
index c1daaaeba143..aaa14b8396b2 100644
--- a/science/gchempaint/Makefile
+++ b/science/gchempaint/Makefile
@@ -24,8 +24,4 @@ USE_LIBTOOL_VER=15
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|$$(datadir)/mime/|${PREFIX}/share/mime/|' ${WRKSRC}/Makefile.in
- @${REINPLACE_CMD} -e 's|$$(datadir)/mime$$|${PREFIX}/share/mime|' ${WRKSRC}/Makefile.in
-
.include <bsd.port.mk>