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 /net/gnomenetstatus | |
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 'net/gnomenetstatus')
-rw-r--r-- | net/gnomenetstatus/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile index ac9d3bf93f5d..ee735aa98d5d 100644 --- a/net/gnomenetstatus/Makefile +++ b/net/gnomenetstatus/Makefile @@ -29,8 +29,4 @@ CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ GCONF_SCHEMAS= netstatus.schemas -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g' - .include <bsd.port.mk> |