diff options
author | pav <pav@FreeBSD.org> | 2006-02-14 19:41:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-02-14 19:41:12 +0800 |
commit | 6f268c6d9412fe6e44c816e8ce0b31a540cd96c9 (patch) | |
tree | ef5a17cae886ad1e56968c4784450593b12fdcb6 /www | |
parent | 1bd79ec86e66dfc75389a3e22d590e099638afc2 (diff) | |
download | freebsd-ports-gnome-6f268c6d9412fe6e44c816e8ce0b31a540cd96c9.tar.gz freebsd-ports-gnome-6f268c6d9412fe6e44c816e8ce0b31a540cd96c9.tar.zst freebsd-ports-gnome-6f268c6d9412fe6e44c816e8ce0b31a540cd96c9.zip |
- Correct SHORTMODNAME, it was renamed in 2.2.10
Reported by: Lukas Maly <lukas.maly@col.cz>
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_external2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_external2/Makefile b/www/mod_auth_external2/Makefile index f4466792f00d..568bed06571a 100644 --- a/www/mod_auth_external2/Makefile +++ b/www/mod_auth_external2/Makefile @@ -17,7 +17,7 @@ USE_APACHE= 20+ AP_FAST_BUILD= YES AP_GENPLIST= YES LATEST_LINK= mod_auth_external2 -SHORTMODNAME= external_auth +SHORTMODNAME= auth_external PORTDOCS= AUTHENTICATORS INSTALL README |