aboutsummaryrefslogtreecommitdiff
path: root/misc/compat4x
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/compat4x
parenta9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff)
downloadports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.tar.gz
ports-8d6597e0bb9591c40fc6d0c6e2159fca51178d56.zip
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412348
Diffstat (limited to 'misc/compat4x')
-rw-r--r--misc/compat4x/Makefile2
-rw-r--r--misc/compat4x/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat4x/Makefile b/misc/compat4x/Makefile
index 6a027e78e1be..717a28e29874 100644
--- a/misc/compat4x/Makefile
+++ b/misc/compat4x/Makefile
@@ -13,7 +13,7 @@ DIST_SUBDIR= ${COMPAT4X_ARCH}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convenience package to install the compat4x libraries
-RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:${PORTSDIR}/misc/localedata
+RUN_DEPENDS= ${LOCALBASE}/share/compat/locale/UTF-8/LC_CTYPE:misc/localedata
WRKSRC= ${WRKDIR}/usr/lib/compat
diff --git a/misc/compat4x/pkg-descr b/misc/compat4x/pkg-descr
index 348da64b5108..743e61c11adf 100644
--- a/misc/compat4x/pkg-descr
+++ b/misc/compat4x/pkg-descr
@@ -7,6 +7,6 @@ Ports usage example:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500000
-LIB_DEPENDS+= c.4:${PORTSDIR}/misc/compat4x
+LIB_DEPENDS+= c.4:misc/compat4x
.endif
--