aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-05-05 09:45:36 +0000
commit4a4ec28d37b64039d4eff0f34ad66b543767d758 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /net-p2p
parenta5d24d4bb4a43375b4bbb7f8bc673f8c557f06b4 (diff)
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/frost/Makefile2
-rw-r--r--net-p2p/libtorrent-rasterbar/Makefile2
-rw-r--r--net-p2p/qbittorrent/Makefile4
-rw-r--r--net-p2p/xnap/Makefile14
4 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/frost/Makefile b/net-p2p/frost/Makefile
index ba9dd916bce7..45871c6c0322 100644
--- a/net-p2p/frost/Makefile
+++ b/net-p2p/frost/Makefile
@@ -91,6 +91,6 @@ do-install:
@${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR}
.endfor
# wrapper
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L}
+ @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:tl}
.include <bsd.port.mk>
diff --git a/net-p2p/libtorrent-rasterbar/Makefile b/net-p2p/libtorrent-rasterbar/Makefile
index 81d2aaeba011..ef4e42ff5d4b 100644
--- a/net-p2p/libtorrent-rasterbar/Makefile
+++ b/net-p2p/libtorrent-rasterbar/Makefile
@@ -54,7 +54,7 @@ DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.options.mk>
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "yes" && defined(USE_PYTHON)
+.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON)
CONFIGURE_ARGS+= --enable-python-binding \
--with-boost-python=boost_python
.else
diff --git a/net-p2p/qbittorrent/Makefile b/net-p2p/qbittorrent/Makefile
index 60cba43c5e2e..bc7206f59ed2 100644
--- a/net-p2p/qbittorrent/Makefile
+++ b/net-p2p/qbittorrent/Makefile
@@ -46,7 +46,7 @@ USE_QT4+= dbus
.endif
do-configure:
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no"
+.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "no"
@cd ${WRKSRC} ; ${SETENV} ${CONFIGURE_ENV} \
./configure --prefix=${PREFIX}
.else
@@ -60,7 +60,7 @@ post-install:
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.endif
-.if defined(SLAVE_PORT) && ${SLAVE_PORT:L} == "no"
+.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "no"
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qbittorrent
${INSTALL_MAN} ${WRKSRC}/doc/qbittorrent.1 \
${STAGEDIR}${MAN1PREFIX}/man/man1/
diff --git a/net-p2p/xnap/Makefile b/net-p2p/xnap/Makefile
index 63d74ebc96ec..dfc815818afd 100644
--- a/net-p2p/xnap/Makefile
+++ b/net-p2p/xnap/Makefile
@@ -5,9 +5,9 @@ PORTNAME= XNap
DISTVERSION= 2.5r3
PORTREVISION= 3
CATEGORIES= net-p2p audio java
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/2.5r3
-#DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/}
-DISTNAME= ${PORTNAME:L}-${DISTVERSION}
+MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME}/2.5r3
+#DISTNAME= ${PORTNAME:tl}-${PORTVERSION:S/.p/-pre/:S/.b/-beta/}
+DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
MAINTAINER= conrads@cox.net
COMMENT= Pure Java napster client; also, supports OpenNap & giFT (FastTrack)
@@ -23,8 +23,8 @@ DOC_FILES= AUTHORS COPYING COPYING.LIB NEWS README \
PORTDOCS= ${DOC_FILES}
PLIST_FILES= \
- bin/${PORTNAME:L} \
- %%JAVAJARDIR%%/${PORTNAME:L}.jar
+ bin/${PORTNAME:tl} \
+ %%JAVAJARDIR%%/${PORTNAME:tl}.jar
NO_STAGE= yes
post-patch:
@@ -36,8 +36,8 @@ post-patch:
do-install:
@${INSTALL_DATA} ${WRKSRC}/xnap.jar \
- ${JAVAJARDIR}/${PORTNAME:L}.jar
- @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:L}
+ ${JAVAJARDIR}/${PORTNAME:tl}.jar
+ @${INSTALL_SCRIPT} ${WRKDIR}/wrapper.sh ${PREFIX}/bin/${PORTNAME:tl}
.ifndef(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for doc in ${DOC_FILES}