diff options
Diffstat (limited to 'sysutils/gnome-control-center1/Makefile')
-rw-r--r-- | sysutils/gnome-control-center1/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysutils/gnome-control-center1/Makefile b/sysutils/gnome-control-center1/Makefile index 74c2b5687627..00ef992ea785 100644 --- a/sysutils/gnome-control-center1/Makefile +++ b/sysutils/gnome-control-center1/Makefile @@ -3,11 +3,12 @@ # Whom: Vanilla I. Shu <vanilla@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/sysutils/gnome-control-center1/Makefile,v 1.3 2007/05/30 05:02:04 mezz Exp $ # PORTNAME= gnome-control-center PORTVERSION= 1.4.0.5 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= sysutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/control-center/1.4 @@ -29,4 +30,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LATEST_LINK= gnome-control-center1 +post-patch: + @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ + ${WRKSRC}/capplets/wm-properties/wm-desktops/WindowMaker.desktop + .include <bsd.port.mk> |