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 /x11/gnomeapplets2 | |
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 'x11/gnomeapplets2')
-rw-r--r-- | x11/gnomeapplets2/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/x11/gnomeapplets2/Makefile b/x11/gnomeapplets2/Makefile index 020bc8a7dc43..c7e81827212d 100644 --- a/x11/gnomeapplets2/Makefile +++ b/x11/gnomeapplets2/Makefile @@ -61,8 +61,4 @@ pre-everything:: @${ECHO_MSG} "" .endif -post-patch: - @${REINPLACE_CMD} -e 's|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g' \ - ${WRKSRC}/gswitchit/Makefile.in - .include <bsd.port.post.mk> |