diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 00:49:35 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-10-15 00:49:35 +0800 |
commit | 869e1f27d0cd912f612cd1af8dd5491749901f80 (patch) | |
tree | 253c001da30db94087f88bf237955915bfb0f012 /Mk/Uses/drupal.mk | |
parent | 41d6fa567f5fdfc4017313246f4332af3ad716ef (diff) | |
download | freebsd-ports-gnome-869e1f27d0cd912f612cd1af8dd5491749901f80.tar.gz freebsd-ports-gnome-869e1f27d0cd912f612cd1af8dd5491749901f80.tar.zst freebsd-ports-gnome-869e1f27d0cd912f612cd1af8dd5491749901f80.zip |
Drop the necessity to add ${PORTSDIR} to dependency line
Modify make describe to automatically prepend ${PORTSDIR} if the path for the
port is not absolute
Checked with poudriere, portmaster, portupgrade
PR: 203685
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D3866
Diffstat (limited to 'Mk/Uses/drupal.mk')
-rw-r--r-- | Mk/Uses/drupal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/Uses/drupal.mk b/Mk/Uses/drupal.mk index ce47f4551de5..d6ebe5603c26 100644 --- a/Mk/Uses/drupal.mk +++ b/Mk/Uses/drupal.mk @@ -81,7 +81,7 @@ DIST_SUBDIR= drupal NO_BUILD?= yes WRKSRC?= ${WRKDIR}/${PORTNAME} -RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_BASE}/index.php:${PORTSDIR}/${DRUPAL_BASE} +RUN_DEPENDS+= ${LOCALBASE}/${DRUPAL_BASE}/index.php:${DRUPAL_BASE} PLIST_SUB+= DRUPAL_MODDIR=${DRUPAL_MODDIR} PLIST_FILES+= "@owner www" \ |