diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-16 01:05:44 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-16 01:05:44 +0800 |
commit | 4846333df78e34144d6c37fb75aab2380e1775b5 (patch) | |
tree | a33271d21c771aa5651bf63a4427c1a668a4fbc0 /Mk/Uses | |
parent | 1642569046eafdc6bd911c48ff8ad47c9244f571 (diff) | |
download | freebsd-ports-gnome-4846333df78e34144d6c37fb75aab2380e1775b5.tar.gz freebsd-ports-gnome-4846333df78e34144d6c37fb75aab2380e1775b5.tar.zst freebsd-ports-gnome-4846333df78e34144d6c37fb75aab2380e1775b5.zip |
Cleanup plist a bit, DRUPAL_MODDIR and DRUPAL_BASE belong to drupal ports,
not to drupal modules
With hat: portmgr
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/drupal.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Mk/Uses/drupal.mk b/Mk/Uses/drupal.mk index 64c2eab15169..ce47f4551de5 100644 --- a/Mk/Uses/drupal.mk +++ b/Mk/Uses/drupal.mk @@ -90,7 +90,6 @@ PLIST_FILES+= "@owner www" \ "@owner root" \ "@group wheel" PLIST_DIRS+= ${MODULE_DIRS:C|^|%%DRUPAL_MODDIR%%/|} -PLIST_DIRS+= ${DRUPAL_MODDIR} ${DRUPAL_BASE} .endif .endif |