From 869e1f27d0cd912f612cd1af8dd5491749901f80 Mon Sep 17 00:00:00 2001 From: Baptiste Daroussin Date: Wed, 14 Oct 2015 16:49:35 +0000 Subject: 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 --- Mk/Uses/drupal.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Mk/Uses/drupal.mk') 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" \ -- cgit