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 /print | |
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 'print')
-rw-r--r-- | print/gnome-cups-manager/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/gnome-cups-manager/Makefile b/print/gnome-cups-manager/Makefile index c2ca263..ab36ec6 100644 --- a/print/gnome-cups-manager/Makefile +++ b/print/gnome-cups-manager/Makefile @@ -35,8 +35,7 @@ post-patch: < ${FILESDIR}/gnome-cups-manager.desktop \ > ${WRKSRC}/gnome-cups-manager.desktop @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ - 's|-D.*_DISABLE_DEPRECATED||g ; \ - s|[(]datadir[)]/icons/hicolor|(prefix)/share/icons/hicolor|g' + 's|-D.*_DISABLE_DEPRECATED||g' post-install: ${MKDIR} ${PREFIX}/share/gnome/applications |