diff options
author | jperkin <jperkin@pkgsrc.org> | 2012-06-25 08:57:10 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2012-06-25 08:57:10 +0000 |
commit | 7973ac2ede1a6caee2c5dfc44c20024baff044be (patch) | |
tree | 7902eddb60f0c598185921766028d77916bdf0b5 /www/drupal7 | |
parent | 58a4d481c82f59d9323a7a795f695926f3479090 (diff) | |
download | pkgsrc-7973ac2ede1a6caee2c5dfc44c20024baff044be.tar.gz |
Add missing INSTALLATION_DIRS.
Diffstat (limited to 'www/drupal7')
-rw-r--r-- | www/drupal7/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile index 9bf805a9474..ae4ff023f89 100644 --- a/www/drupal7/Makefile +++ b/www/drupal7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/06/16 03:04:24 taca Exp $ +# $NetBSD: Makefile,v 1.9 2012/06/25 09:02:08 jperkin Exp $ DISTNAME= drupal-7.14 CATEGORIES= www @@ -54,6 +54,9 @@ SUBST_MESSAGE.conf= Fixing configuration files. INSTALLATION_DIRS+= ${DRUPAL}/files ${DRUPAL}/sites/all \ share/doc/drupal share/examples/drupal +.for i in ${PAX_DIRS} +INSTALLATION_DIRS+= ${DRUPAL}/${i} +.endfor .include "options.mk" |