diff options
Diffstat (limited to 'security/drupal4-ldap_integration')
-rw-r--r-- | security/drupal4-ldap_integration/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/security/drupal4-ldap_integration/Makefile b/security/drupal4-ldap_integration/Makefile index edd29103c13d..385566c74b27 100644 --- a/security/drupal4-ldap_integration/Makefile +++ b/security/drupal4-ldap_integration/Makefile @@ -6,9 +6,11 @@ # PORTNAME= ldap_integration -PORTVERSION= 4.6.0 +DISTVERSION= ${DRUPVERSION} +PORTREVISION= 20060117 CATEGORIES= security www -MASTER_SITES= http://drupal.org/files/projects/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= brooks PKGNAMEPREFIX= drupal- DIST_SUBDIR= drupal @@ -57,6 +59,7 @@ pre-fetch: .endif DRUPDIR?= www/drupal +DRUPVERSION?= 4.6.0 do-install: .if defined(MODULE_CONF_DIRS) |