diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-21 00:23:18 +0000 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-21 00:23:18 +0000 |
commit | bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (patch) | |
tree | 89f20b3b5d60809a7f381d51420e359317eff29e /science | |
parent | aa1b44adde1d2ee8c690fd06033802c66de5c390 (diff) | |
download | FreeBSD-ports-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.zip FreeBSD-ports-bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897.tar.gz |
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')
-rw-r--r-- | science/gchempaint/Makefile | 4 | ||||
-rw-r--r-- | science/gchemutils/Makefile | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/science/gchempaint/Makefile b/science/gchempaint/Makefile index c1daaae..aaa14b8 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> diff --git a/science/gchemutils/Makefile b/science/gchemutils/Makefile index f21a7c7..5d838ba 100644 --- a/science/gchemutils/Makefile +++ b/science/gchemutils/Makefile @@ -27,7 +27,4 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib" -post-patch: - @${REINPLACE_CMD} -e 's|(datadir)/mime$$|(prefix)/share/mime| ; s|(datadir)/mime/|(prefix)/share/mime/|g' ${WRKSRC}/Makefile.in - .include <bsd.port.mk> |