svn commit: r413003 - in head: devel/google-perftools devel/gpm net/libnss-pgsql
Mathieu Arnold
mat at FreeBSD.org
Mon Apr 11 09:07:46 UTC 2016
Author: mat
Date: Mon Apr 11 09:07:45 2016
New Revision: 413003
URL: https://svnweb.freebsd.org/changeset/ports/413003
Log:
Remove ${PORTSDIR}/ from depends. Again.
Sponsored by: Absolight
Modified:
head/devel/google-perftools/Makefile (contents, props changed)
head/devel/gpm/Makefile (contents, props changed)
head/net/libnss-pgsql/Makefile (contents, props changed)
Modified: head/devel/google-perftools/Makefile
==============================================================================
--- head/devel/google-perftools/Makefile Mon Apr 11 08:31:43 2016 (r413002)
+++ head/devel/google-perftools/Makefile Mon Apr 11 09:07:45 2016 (r413003)
@@ -13,7 +13,7 @@ COMMENT= Fast, multi-threaded malloc() a
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-LIB_DEPENDS= libunwind.so:${PORTSDIR}/devel/libunwind
+LIB_DEPENDS= libunwind.so:devel/libunwind
WRKSRC= ${WRKDIR}/gperftools-${PORTVERSION}
DOCSDIR= ${PREFIX}/share/doc/gperftools
Modified: head/devel/gpm/Makefile
==============================================================================
--- head/devel/gpm/Makefile Mon Apr 11 08:31:43 2016 (r413002)
+++ head/devel/gpm/Makefile Mon Apr 11 09:07:45 2016 (r413003)
@@ -11,8 +11,8 @@ COMMENT= Go Package Manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \
- go:${PORTSDIR}/lang/go
+RUN_DEPENDS= bash:shells/bash \
+ go:lang/go
USE_GITHUB= yes
GH_ACCOUNT= pote
Modified: head/net/libnss-pgsql/Makefile
==============================================================================
--- head/net/libnss-pgsql/Makefile Mon Apr 11 08:31:43 2016 (r413002)
+++ head/net/libnss-pgsql/Makefile Mon Apr 11 09:07:45 2016 (r413003)
@@ -13,7 +13,7 @@ COMMENT= NSS module using a PostgreSQL d
LICENSE= GPLv2
-BUILD_DEPENDS= xmlto:${PORTSDIR}/textproc/xmlto
+BUILD_DEPENDS= xmlto:textproc/xmlto
USES= autoreconf gmake libtool pgsql tar:tgz
CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc --includedir=${PREFIX}/include --libdir=${PREFIX}/lib --with-docdir=${DOCSDIR}
More information about the svn-ports-all
mailing list