diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-22 07:44:31 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-22 07:44:31 +0000 |
commit | 1c95594f61de86d5bfbbfd75da9ebaa6a6acf1cc (patch) | |
tree | 0f55af39aee5b2da2310c441e5226225bd20227f /www | |
parent | Take into account that Wine now requires a configuration file in the home (diff) |
Make distfile fetchable again.
Submitted by: bento
Notes
Notes:
svn path=/head/; revision=59678
Diffstat (limited to 'www')
-rw-r--r-- | www/horde2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/horde2/Makefile b/www/horde2/Makefile index e3f979808e0e..8faf5aba0f1e 100644 --- a/www/horde2/Makefile +++ b/www/horde2/Makefile @@ -8,7 +8,8 @@ PORTNAME= horde PORTVERSION= 2.1 CATEGORIES= www -MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/ +MASTER_SITES= ftp://ftp.horde.org/pub/horde/tarballs/%SUBDIR%/ +MASTER_SITE_SUBDIR= . old DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2 MAINTAINER= thierry@pompo.net |