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 /www/drupal5-nice_menus | |
parent | 3206509a8f65c9a770826a0f977e3fa2e30244f4 (diff) | |
download | ports-c91164edfce5231b9fbe637cc961dde3f9ba8c6b.tar.gz ports-c91164edfce5231b9fbe637cc961dde3f9ba8c6b.zip |
Notes
Diffstat (limited to 'www/drupal5-nice_menus')
-rw-r--r-- | www/drupal5-nice_menus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal5-nice_menus/Makefile b/www/drupal5-nice_menus/Makefile index f02de2ee8a02..c3aef8d271d4 100644 --- a/www/drupal5-nice_menus/Makefile +++ b/www/drupal5-nice_menus/Makefile @@ -20,5 +20,5 @@ MODULE_FILES= arrow-down.png arrow-left.png arrow-right.png \ DOC_FILES= 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> |