diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 53088c97f..d1587ffec 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -3,11 +3,12 @@ # Whom: Garrett Rooney <rooneg@electricjellyfish.net> # # $FreeBSD$ -# $MCom: ports/x11-wm/metacity/Makefile,v 1.69 2006/01/30 20:45:24 ahze Exp $ +# $MCom: ports/x11-wm/metacity/Makefile,v 1.70 2006/02/14 00:32:48 ahze Exp $ # PORTNAME= metacity PORTVERSION= 2.13.89 +PORTREVISION= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} @@ -32,6 +33,7 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= metacity.schemas -MAN1= metacity-theme-viewer.1 metacity-window-demo.1 +MAN1= metacity-theme-viewer.1 metacity-window-demo.1 \ + metacity.1 .include <bsd.port.mk> |