diff options
-rw-r--r-- | wm/sawfish/Makefile.common | 3 | ||||
-rw-r--r-- | x11/gnome-core/Makefile.common | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/wm/sawfish/Makefile.common b/wm/sawfish/Makefile.common index 2ac2c5b3a46..b5482e5c8c4 100644 --- a/wm/sawfish/Makefile.common +++ b/wm/sawfish/Makefile.common @@ -1,7 +1,6 @@ -# $NetBSD: Makefile.common,v 1.14 2003/05/02 11:56:37 wiz Exp $ +# $NetBSD: Makefile.common,v 1.15 2003/05/02 12:15:29 wiz Exp $ DISTNAME= sawfish-${SF_VERS}-gtk1 -PKGREVISION= 1 SF_VERS= 1.2 CATEGORIES= x11 gnome wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sawmill/} diff --git a/x11/gnome-core/Makefile.common b/x11/gnome-core/Makefile.common index d90a612a721..8833eac908b 100644 --- a/x11/gnome-core/Makefile.common +++ b/x11/gnome-core/Makefile.common @@ -1,8 +1,7 @@ -# $NetBSD: Makefile.common,v 1.2 2003/05/02 11:57:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.3 2003/05/02 12:16:04 wiz Exp $ # DISTNAME= gnome-core-1.4.2 -PKGREVISION= 1 CATEGORIES?= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-core/1.4/} EXTRACT_SUFX= .tar.bz2 |