aboutsummaryrefslogtreecommitdiff
path: root/sysutils/cluster-glue
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-01 14:25:16 +0000
commit597afc47baba19000afd8ec4880a2c47975b0367 (patch)
treeeb9a806366343ecfc3a5146e70b637f09d4e62c7 /sysutils/cluster-glue
parent8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (diff)
downloadports-597afc47baba19000afd8ec4880a2c47975b0367.tar.gz
ports-597afc47baba19000afd8ec4880a2c47975b0367.zip
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=412349
Diffstat (limited to 'sysutils/cluster-glue')
-rw-r--r--sysutils/cluster-glue/Makefile20
1 files changed, 10 insertions, 10 deletions
diff --git a/sysutils/cluster-glue/Makefile b/sysutils/cluster-glue/Makefile
index 54c3ca99c6db..44a5f305a310 100644
--- a/sysutils/cluster-glue/Makefile
+++ b/sysutils/cluster-glue/Makefile
@@ -15,9 +15,9 @@ LICENSE_COMB= multi
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LIB
-LIB_DEPENDS= libltdl.so:${PORTSDIR}/devel/libltdl \
- libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid \
- libnet.so:${PORTSDIR}/net/libnet
+LIB_DEPENDS= libltdl.so:devel/libltdl \
+ libuuid.so:misc/e2fsprogs-libuuid \
+ libnet.so:net/libnet
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-fatal-warnings \
@@ -42,23 +42,23 @@ OPTIONS_SUB= yes
DRAC3_CONFIGURE_OFF= ac_cv_header_curl_curl_h=no
DRAC3_DESC= Dell DRAC III support
-DRAC3_LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
+DRAC3_LIB_DEPENDS= libcurl.so:ftp/curl
HPI_CONFIGURE_OFF= ac_cv_header_openhpi_SaHpi_h=no
HPI_DESC= SAF Hardware Platform Interface support
-HPI_LIB_DEPENDS= libopenhpi.so:${PORTSDIR}/sysutils/openhpi
+HPI_LIB_DEPENDS= libopenhpi.so:sysutils/openhpi
IPMI_CONFIGURE_ENABLE= ipmilan
IPMI_DESC= Intelligent Platform Management Interface support
-IPMI_LIB_DEPENDS= libOpenIPMI.so:${PORTSDIR}/sysutils/openipmi
+IPMI_LIB_DEPENDS= libOpenIPMI.so:sysutils/openipmi
-MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \
- help2man:${PORTSDIR}/misc/help2man \
- xsltproc:${PORTSDIR}/textproc/libxslt
+MANPAGES_BUILD_DEPENDS= asciidoc:textproc/asciidoc \
+ help2man:misc/help2man \
+ xsltproc:textproc/libxslt
MANPAGES_CONFIGURE_ENABLE=doc
SNMP_CONFIGURE_ENABLE= snmp
-SNMP_LIB_DEPENDS= libnetsnmp.so:${PORTSDIR}/net-mgmt/net-snmp
+SNMP_LIB_DEPENDS= libnetsnmp.so:net-mgmt/net-snmp
.include <bsd.port.options.mk>