aboutsummaryrefslogtreecommitdiffstats
path: root/www/trac-fivestarvote
diff options
context:
space:
mode:
authormat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
committermat <mat@FreeBSD.org>2016-04-01 22:33:55 +0800
commit6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700 (patch)
tree38b741bb92caf8470d126310c77168cb30040476 /www/trac-fivestarvote
parent9f7fc49fbeea89a3a7802f2300b533ae00c7a051 (diff)
downloadfreebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.gz
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.tar.zst
freebsd-ports-gnome-6126a9c5a826afdbe6ebfd5bf6d02c6e2be2a700.zip
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'www/trac-fivestarvote')
-rw-r--r--www/trac-fivestarvote/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac-fivestarvote/Makefile b/www/trac-fivestarvote/Makefile
index 76ad3bfea250..0e0ee93cab42 100644
--- a/www/trac-fivestarvote/Makefile
+++ b/www/trac-fivestarvote/Makefile
@@ -10,7 +10,7 @@ PKGNAMEPREFIX= trac-
MAINTAINER= ports@FreeBSD.org
COMMENT= Five star plugin for voting on Trac resources
-RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
+RUN_DEPENDS+= tracd:www/trac
USES= python:2
USE_PYTHON= distutils autoplist
@@ -19,7 +19,7 @@ USE_PYTHON= distutils autoplist
# Retrieve the latest version from SVN and package in a tarball.
.if defined(BOOTSTRAP)
-FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion
+FETCH_DEPENDS+= svn:devel/subversion
do-fetch:
${MKDIR} ${WRKDIR}
cd ${WRKDIR} && \