diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-07 13:50:35 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-07 13:50:35 +0800 |
commit | bc74e007e275adf3d743d2e5719557592cff7ef3 (patch) | |
tree | 392f0e368111cac89d51a4f5bfdd88229837aba4 /security | |
parent | bfd0f73a3f95582c415e02ea26e7836914ed9efb (diff) | |
download | freebsd-ports-gnome-bc74e007e275adf3d743d2e5719557592cff7ef3.tar.gz freebsd-ports-gnome-bc74e007e275adf3d743d2e5719557592cff7ef3.tar.zst freebsd-ports-gnome-bc74e007e275adf3d743d2e5719557592cff7ef3.zip |
Remove trailing backslash from MASTER_SITES which caused the
MASTER_SITE_SUBDIR= line to be treated as 4 more sites.
Add slash to MASTER_SITE_SUBDIR using the group syntax.
(The file's not there anyway, but at least it's looking
in the right spot now.)
Diffstat (limited to 'security')
-rw-r--r-- | security/cyrus-sasl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl/Makefile b/security/cyrus-sasl/Makefile index 75ff8229a9ea..850c3dbaa997 100644 --- a/security/cyrus-sasl/Makefile +++ b/security/cyrus-sasl/Makefile @@ -21,8 +21,8 @@ MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/%SUBDIR%/ \ ftp://ftp.hanse.de/sites/transit/mirror/ftp.andrew.cmu.edu/pub/cyrus-mail/ \ http://www.surf.org.uk/downloads/:ldap_mysql \ ftp://ftp.westbend.net/pub/cyrus-mail/%SUBDIR%/:ldap_mysql \ - ${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/} \ -MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl cyrus-utils:ldap_mysql + ${MASTER_SITE_SOURCEFORGE:S/$/:ldap_mysql/} +MASTER_SITE_SUBDIR= . OLD-VERSIONS/sasl cyrus-utils/:ldap_mysql PATCHFILES= sasl_apop_patch.gz:apop \ ${DISTNAME}-ipv6-${IPV6_VER}.diff.gz PATCH_SITES= ftp://ftp.westbend.net/pub/cyrus-mail/contrib/:apop \ |