aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-05 17:45:36 +0800
committerbapt <bapt@FreeBSD.org>2014-05-05 17:45:36 +0800
commit1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184 (patch)
tree96cc94ba02edcc043c52eb3f26adbc632bbe44d8 /sysutils
parentd8575795a2106dcbddc552f756cb3916f113f9e0 (diff)
downloadfreebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.tar.gz
freebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.tar.zst
freebsd-ports-gnome-1fa39fd2c3d6f5edbc6d4a9d6f9ceae142a0f184.zip
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/LPRng/Makefile2
-rw-r--r--sysutils/evtviewer/Makefile2
-rw-r--r--sysutils/heirloom/Makefile6
-rw-r--r--sysutils/screenfetch/Makefile4
4 files changed, 7 insertions, 7 deletions
diff --git a/sysutils/LPRng/Makefile b/sysutils/LPRng/Makefile
index 1dd66c302629..8acc8384810c 100644
--- a/sysutils/LPRng/Makefile
+++ b/sysutils/LPRng/Makefile
@@ -23,7 +23,7 @@ CONFLICTS= cups-base-1.[2-9]*
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-USE_RC_SUBR= ${PORTNAME:L}
+USE_RC_SUBR= ${PORTNAME:tl}
SUB_FILES= pkg-message pkg-install
SUB_LIST= SYSCONFDIR="${SYSCONFDIR}"
diff --git a/sysutils/evtviewer/Makefile b/sysutils/evtviewer/Makefile
index 10828a5ca39b..919193fcd689 100644
--- a/sysutils/evtviewer/Makefile
+++ b/sysutils/evtviewer/Makefile
@@ -5,7 +5,7 @@ PORTNAME= evtViewer
PORTVERSION= 0.5
PORTREVISION= 2
CATEGORIES= sysutils
-MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME:L}/${PORTNAME}-${PORTVERSION} \
+MASTER_SITES= SF/${PORTNAME:tl}/${PORTNAME:tl}/${PORTNAME}-${PORTVERSION} \
http://contribs.martymac.org/evtViewer/
EXTRACT_SUFX= .tgz
diff --git a/sysutils/heirloom/Makefile b/sysutils/heirloom/Makefile
index a137b909f6e2..0c62a61d9184 100644
--- a/sysutils/heirloom/Makefile
+++ b/sysutils/heirloom/Makefile
@@ -69,12 +69,12 @@ _M1LINKS= df.1 dfspace.1 \
MANEXT= .gz
.endif
-.for sect in ${_MSECS:U}
+.for sect in ${_MSECS:tu}
. if defined(_MAN${sect})
-_MANPAGES+= ${_MAN${sect}:S%^%${_MANPREFIX}/man${sect:L}/%}
+_MANPAGES+= ${_MAN${sect}:S%^%${_MANPREFIX}/man${sect:tl}/%}
. endif
. if defined(_M${sect}LINKS)
-_MLINKS_PREPEND+=${_M${sect}LINKS:S%^%${_MANPREFIX}/man${sect:L}/%:S%$%${MANEXT}%}
+_MLINKS_PREPEND+=${_M${sect}LINKS:S%^%${_MANPREFIX}/man${sect:tl}/%:S%$%${MANEXT}%}
. endif
.endfor
diff --git a/sysutils/screenfetch/Makefile b/sysutils/screenfetch/Makefile
index 6f96c3d90ba2..a20ff88295d5 100644
--- a/sysutils/screenfetch/Makefile
+++ b/sysutils/screenfetch/Makefile
@@ -4,7 +4,7 @@
PORTNAME= screenFetch
PORTVERSION= 3.2.0
CATEGORIES= sysutils
-MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:L}/ \
+MASTER_SITES= LOCAL/jgh/sysutils/${PORTNAME:tl}/ \
GH
MAINTAINER= jgh@FreeBSD.org
@@ -27,7 +27,7 @@ PLIST_FILES= bin/screenFetch bin/screenfetch
PORTDOCS= CHANGELOG README.mkdn TODO
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:L}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME:tl}-dev ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
${LN} -fs ${PORTNAME} ${STAGEDIR}${PREFIX}/bin/screenfetch
@${MKDIR} ${STAGEDIR}${DOCSDIR}
.for file in ${PORTDOCS}