aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gnome-pkgview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gnome-pkgview/Makefile')
-rw-r--r--sysutils/gnome-pkgview/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/gnome-pkgview/Makefile b/sysutils/gnome-pkgview/Makefile
index 11e61cb4ac61..cb44b898c3ca 100644
--- a/sysutils/gnome-pkgview/Makefile
+++ b/sysutils/gnome-pkgview/Makefile
@@ -3,11 +3,11 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-#
+# $MCom: ports/sysutils/gnome-pkgview/Makefile,v 1.6 2007/05/30 03:21:44 mezz Exp $
PORTNAME= gnome-pkgview
PORTVERSION= 1.0.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils gnome
MASTER_SITES= http://www.greatnorthern.demon.co.uk/packages/gnome-pkgview/
@@ -26,9 +26,6 @@ GCONF_SCHEMAS= gnome-pkgview.schemas
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
- -e 's|%%X11BASE%%|${X11BASE}|g' \
- ${WRKSRC}/src/config-path.c
- @${REINPLACE_CMD} -e 's|Icon=|Icon=${PREFIX}/share/gnome/pixmaps/|g' \
- ${WRKSRC}/gnome-pkgview.desktop.in
+ ${WRKSRC}/src/config-path.c
.include <bsd.port.mk>