summaryrefslogtreecommitdiff
path: root/sysutils/parallel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/parallel
parentRemove ${PORTSDIR}/ from dependencies, categories m, n, o, and p. (diff)
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Diffstat (limited to 'sysutils/parallel')
-rw-r--r--sysutils/parallel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/parallel/Makefile b/sysutils/parallel/Makefile
index 7907e5579813..bf87c732fa93 100644
--- a/sysutils/parallel/Makefile
+++ b/sysutils/parallel/Makefile
@@ -35,6 +35,6 @@ PORTDOCS= niceload.html niceload.pdf niceload.texi \
SHEBANG_FILES= src/niceload src/sql
-DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/pod2texi:${PORTSDIR}/print/texinfo
+DOCS_BUILD_DEPENDS= ${LOCALBASE}/bin/pod2texi:print/texinfo
.include <bsd.port.mk>