aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-05 19:15:53 +0800
committerbapt <bapt@FreeBSD.org>2014-05-05 19:15:53 +0800
commitf03936c419c39e34271cf9d870721142405eb7d3 (patch)
treef7359dd61a615ee63f07b752d7d286b4e4134527 /math
parenta80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff)
downloadfreebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.gz
freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.tar.zst
freebsd-ports-gnome-f03936c419c39e34271cf9d870721142405eb7d3.zip
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak With hat: portmgr
Diffstat (limited to 'math')
-rw-r--r--math/reduce/Makefile4
-rw-r--r--math/wxMaxima/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile
index afe5f184e2c4..a04d82d8e2c9 100644
--- a/math/reduce/Makefile
+++ b/math/reduce/Makefile
@@ -31,9 +31,9 @@ MAKE_JOBS_UNSAFE= yes
.include <bsd.port.options.mk>
.if ${ARCH} == "amd64"
-TARGET_SDIR= x86_64-unknown-${OPSYS:L}${OSREL}
+TARGET_SDIR= x86_64-unknown-${OPSYS:tl}${OSREL}
.else
-TARGET_SDIR= ${ARCH}-unknown-${OPSYS:L}${OSREL}
+TARGET_SDIR= ${ARCH}-unknown-${OPSYS:tl}${OSREL}
.endif
REDUCECSL= ${WRKSRC}/cslbuild/${TARGET_SDIR}/csl
diff --git a/math/wxMaxima/Makefile b/math/wxMaxima/Makefile
index 416db26872db..6809efe82e3e 100644
--- a/math/wxMaxima/Makefile
+++ b/math/wxMaxima/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 13.04.2
PORTREVISION= 2
CATEGORIES= math
MASTER_SITES= SF
-MASTER_SITE_SUBDIR= ${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
+MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
#MASTER_SITE_SUBDIR= ${PORTNAME:tl}/${PORTNAME}/${PORTVERSION}
MAINTAINER= nivit@FreeBSD.org
@@ -32,7 +32,7 @@ post-install:
@${LN} -s ${DATADIR}/wxmaxima.png ${PREFIX}/share/pixmaps/wxmaxima.png
@${LOCALBASE}/bin/desktop-file-install \
--mode=${SHAREMODE} --dir=${DESKTOPDIR} \
- --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:L}.desktop
+ --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
# --rebuild-mime-info-cache ${WRKSRC}/${PORTNAME:tl}.desktop
@${CAT} ${PKGMESSAGE}