diff options
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/metacity-setup/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/metacity/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/sawfish2/Makefile | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity-setup/Makefile b/x11-wm/metacity-setup/Makefile index ae1db7771..8566ecace 100644 --- a/x11-wm/metacity-setup/Makefile +++ b/x11-wm/metacity-setup/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.7.1 PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= metacity-setup +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= marcus@FreeBSD.org diff --git a/x11-wm/metacity/Makefile b/x11-wm/metacity/Makefile index 081a05367..0e1b423f5 100644 --- a/x11-wm/metacity/Makefile +++ b/x11-wm/metacity/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.4.2 PORTREVISION= 2 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/metacity/2.4 +MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 46ba114f0..a5d93f40a 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -11,8 +11,8 @@ PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= x11-wm MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/sawfish/2.0 -DISTNAME= sawfish-${PORTVERSION} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0 +DISTNAME= ${PORTNAME:S/2$//}-${PORTVERSION} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |