aboutsummaryrefslogtreecommitdiff
path: root/misc/compat5x
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/compat5x
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/compat5x')
-rw-r--r--misc/compat5x/Makefile2
-rw-r--r--misc/compat5x/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile
index 8a18a279d953..1025bc78ba57 100644
--- a/misc/compat5x/Makefile
+++ b/misc/compat5x/Makefile
@@ -16,7 +16,7 @@ DISTNAME= ${PORTNAME}-${ARCH}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Convenience package to install the compat5x 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}/${PORTNAME}
diff --git a/misc/compat5x/pkg-descr b/misc/compat5x/pkg-descr
index 50e19528a58a..095d0677d329 100644
--- a/misc/compat5x/pkg-descr
+++ b/misc/compat5x/pkg-descr
@@ -7,6 +7,6 @@ Ports usage example:
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 600000
-LIB_DEPENDS+= c.5:${PORTSDIR}/misc/compat5x
+LIB_DEPENDS+= c.5:misc/compat5x
.endif
--