diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2006-01-22 00:11:39 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2006-01-22 00:11:39 +0000 |
commit | 531467445388315226df8f921577044fb814ed7f (patch) | |
tree | c146439fcdbaea5d5f5ce45f8052ad6337f5027d /security | |
parent | f5bf89166315318437a176473eb5a85bf96388b5 (diff) |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/drupal-ldap_integration/Makefile | 7 | ||||
-rw-r--r-- | security/drupal4-ldap_integration/Makefile | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/security/drupal-ldap_integration/Makefile b/security/drupal-ldap_integration/Makefile index edd29103c13d..385566c74b27 100644 --- a/security/drupal-ldap_integration/Makefile +++ b/security/drupal-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) 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) |