diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/drupal6-page_title | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/drupal6-page_title')
-rw-r--r-- | www/drupal6-page_title/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/drupal6-page_title/Makefile b/www/drupal6-page_title/Makefile index 07f94295383e..c10425379306 100644 --- a/www/drupal6-page_title/Makefile +++ b/www/drupal6-page_title/Makefile @@ -8,7 +8,7 @@ CATEGORIES= www MAINTAINER= ports@FreeBSD.org COMMENT= Drupal module to provide fine-grained control of page titles -RUN_DEPENDS= drupal6-token>=0:${PORTSDIR}/www/drupal6-token +RUN_DEPENDS= drupal6-token>=0:www/drupal6-token USES= drupal:6,module MODULE_FILES= page_title-admin-settings-form.tpl.php page_title.install page_title.views.inc \ |