diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-16 13:11:55 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-01-16 13:11:55 +0000 |
commit | 8b49e5d66b830b581cd3ce229ed6fb18ffc95ebe (patch) | |
tree | 1548e37e76c608aa3fc1bf8645fb5e442746447b /www | |
parent | f3cc066885f1d8f4f067469e5e1c5aeeea6bd0f0 (diff) | |
download | freebsd-ports-8b49e5d66b830b581cd3ce229ed6fb18ffc95ebe.zip |
- Add CONFLICTS [1]
- Pacify porlint
PR: 61315 [1]
Submitted by: maintainer [1]
Diffstat (limited to 'www')
-rw-r--r-- | www/squid24/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/squid24/Makefile b/www/squid24/Makefile index 72ef2d0cbdbd..01ba240557ac 100644 --- a/www/squid24/Makefile +++ b/www/squid24/Makefile @@ -9,7 +9,7 @@ PORTNAME= squid PORTVERSION= 2.4 PORTREVISION= 10 CATEGORIES= www -MASTER_SITES= \ +MASTER_SITES= \ ftp://ftp.squid-cache.org/pub/%SUBDIR%/ \ ftp://www.unimelb.edu.au/pub/cwis/servers/unix/squid/%SUBDIR%/ \ ftp://sunsite.auc.dk/pub/infosystems/squid/%SUBDIR%/ \ @@ -25,8 +25,11 @@ PATCHFILES= MAINTAINER= tmseck@netcologne.de COMMENT= The successful WWW proxy cache and accelerator +CONFLICTS= squid-* + DIST_SUBDIR= squid2.4 -PATCH_DIST_STRIP= -p0 +PATCH_DIST_STRIP= -p0 + GNU_CONFIGURE= yes USE_REINPLACE= yes USE_PERL5_RUN= yes |