diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-25 09:46:44 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-03-25 09:46:44 +0000 |
commit | c91164edfce5231b9fbe637cc961dde3f9ba8c6b (patch) | |
tree | 91e721f55ebc4f43a46bb4d0df00d0ee2492e7df /security/drupal4-ldap_integration/Makefile | |
parent | 3206509a8f65c9a770826a0f977e3fa2e30244f4 (diff) |
- Rename all drupal-* to drupal4-* for future drupal5 ports
- Switch to drupal5/bsd.drupal.mk
Notes
Notes:
svn path=/head/; revision=188259
Diffstat (limited to 'security/drupal4-ldap_integration/Makefile')
-rw-r--r-- | security/drupal4-ldap_integration/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/drupal4-ldap_integration/Makefile b/security/drupal4-ldap_integration/Makefile index bc16c3a1e767..2a69a58f1bcc 100644 --- a/security/drupal4-ldap_integration/Makefile +++ b/security/drupal4-ldap_integration/Makefile @@ -26,5 +26,5 @@ MODULE_CONF_DIRS= ldap_integration DOC_FILES= CHANGES.txt LICENSE.txt README.txt .include <bsd.port.pre.mk> -.include "${PORTSDIR}/www/drupal/bsd.drupal.mk" +.include "${.CURDIR}/../../www/drupal5/bsd.drupal.mk" .include <bsd.port.post.mk> |