aboutsummaryrefslogtreecommitdiff
path: root/misc/compat9x
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:16:16 +0000
commit8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch)
treed3548a0f08ca434f11cb4415a93d98037409413b /misc/compat9x
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Notes
Diffstat (limited to 'misc/compat9x')
-rw-r--r--misc/compat9x/Makefile2
-rw-r--r--misc/compat9x/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat9x/Makefile b/misc/compat9x/Makefile
index 770596c56487..5c44db15ddec 100644
--- a/misc/compat9x/Makefile
+++ b/misc/compat9x/Makefile
@@ -25,7 +25,7 @@ IGNORE= is for FreeBSD 9.x and newer
.endif
.if ${OSVERSION} >= 1100000
-RUN_DEPENDS= compat10x-${ARCH}>=0:${PORTSDIR}/misc/compat10x
+RUN_DEPENDS= compat10x-${ARCH}>=0:misc/compat10x
.endif
.if ${ARCH} == amd64
diff --git a/misc/compat9x/pkg-descr b/misc/compat9x/pkg-descr
index f8eabd6ee9c3..ccd9711d536f 100644
--- a/misc/compat9x/pkg-descr
+++ b/misc/compat9x/pkg-descr
@@ -7,6 +7,6 @@ Ports usage example:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 1000009
-LIB_DEPENDS+= archive.5:${PORTSDIR}/misc/compat9x
+LIB_DEPENDS+= archive.5:misc/compat9x
.endif
--