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 /mail | |
parent | 2c2daba77b2bf5a834d6199defae83cd6e8200b4 (diff) | |
download | marcuscom-ports-d5f5ea1fe16b93a680c181483beb7af39f6b381b.tar.gz 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 'mail')
-rw-r--r-- | mail/evolution-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/evolution-devel/Makefile b/mail/evolution-devel/Makefile index cb90e19b3..75f32dcdd 100644 --- a/mail/evolution-devel/Makefile +++ b/mail/evolution-devel/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.1.2 CATEGORIES= mail gnome MASTER_SITES= ${MASTER_SITE_GNOME} \ http://people.FreeBSD.org/~sobomax/:local -MASTER_SITE_SUBDIR= sources/evolution/1.1 \ +MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.1 \ sobomax/:local DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ db-3.1.17${EXTRACT_SUFX}:local |