aboutsummaryrefslogtreecommitdiffstats
path: root/misc/compat9x
diff options
context:
space:
mode:
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
--