diff options
author | obrien <obrien@FreeBSD.org> | 2002-04-07 14:21:53 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-04-07 14:21:53 +0800 |
commit | e9b40b07aaecfe3b537d0d7326152f3c2a0a2c05 (patch) | |
tree | c3712b5ecd2a680fccbc57f10f29da454db89cb8 /www/apache22 | |
parent | aa2435ba8276ceca21ba2091483cadae5b8a6c2d (diff) | |
download | freebsd-ports-gnome-e9b40b07aaecfe3b537d0d7326152f3c2a0a2c05.tar.gz freebsd-ports-gnome-e9b40b07aaecfe3b537d0d7326152f3c2a0a2c05.tar.zst freebsd-ports-gnome-e9b40b07aaecfe3b537d0d7326152f3c2a0a2c05.zip |
Don't try to fetch the "-beta" file. `make fetch' returns "Multiple files".
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index ad1e9eadaadc..487783ebdc6d 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= http://www.apache.org/dist/httpd/ \ http://ftp.epix.net/apache/dist/httpd/ \ ftp://ftp.digex.net/pub/packages/network/apache/httpd/ \ ftp://ftp.cuckoo.com/pub/mirrors/apache/dist/httpd/ -DISTNAME= httpd-${PORTVERSION}-beta +DISTNAME= httpd-${PORTVERSION} DISTFILES= ${DISTNAME}.tar.gz powerlogo.gif EXTRACT_ONLY= ${DISTNAME}.tar.gz |