diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-05 18:35:00 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2002-11-05 18:35:00 +0800 |
commit | d5f5ea1fe16b93a680c181483beb7af39f6b381b (patch) | |
tree | f6181340aa072c7a24e916b20a8eed33148a2964 /x11-wm/metacity | |
parent | 2c2daba77b2bf5a834d6199defae83cd6e8200b4 (diff) | |
download | marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.gz marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.bz2 marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.lz marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.xz marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.zst marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.zip |
Use ${PORTNAME} in MASTER_SITE_SUBDIR.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@110 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity')
-rw-r--r-- | x11-wm/metacity/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |