diff options
author | mezz <mezz@FreeBSD.org> | 2004-12-21 08:23:18 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2004-12-21 08:23:18 +0800 |
commit | bf9c663e6affe50ef80f7fee3a94cc1ee3c2c897 (patch) | |
tree | 89f20b3b5d60809a7f381d51420e359317eff29e /www/screem | |
parent | aa1b44adde1d2ee8c690fd06033802c66de5c390 (diff) | |
download | freebsd-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 'www/screem')
-rw-r--r-- | www/screem/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/www/screem/Makefile b/www/screem/Makefile index 691f235d3780..8205daf78946 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -43,10 +43,6 @@ CONFIGURE_ARGS+= --without-included-neon post-patch: @${REINPLACE_CMD} -e 's|\$${DATADIRNAME}/\$${PACKAGE}/pixmaps|\$${DATADIRNAME}/gnome/\$${PACKAGE}/pixmaps|g' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$(datadir)/mime/|${PREFIX}/share/mime/| ; \ - s|$$(datadir)/mime$$|${PREFIX}/share/mime|' \ - ${WRKSRC}/data/mime/Makefile.in \ - ${WRKSRC}/data/tagtrees/Makefile.in post-configure: @${REINPLACE_CMD} -e 's|\/\* #undef HAVE_LIMITS_H \*\/|#define HAVE_LIMITS_H 1|g' ${WRKSRC}/config.h |