diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-05 19:15:53 +0800 |
commit | f03936c419c39e34271cf9d870721142405eb7d3 (patch) | |
tree | f7359dd61a615ee63f07b752d7d286b4e4134527 /games | |
parent | a80b7695b81a5fdda9b135bfb10ce9025dce3470 (diff) | |
download | freebsd-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 'games')
-rw-r--r-- | games/searchandrescue-data/Makefile | 4 | ||||
-rw-r--r-- | games/xevil/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/searchandrescue-data/Makefile b/games/searchandrescue-data/Makefile index 3ba280dec93c..32aed6dcf837 100644 --- a/games/searchandrescue-data/Makefile +++ b/games/searchandrescue-data/Makefile @@ -4,7 +4,7 @@ PORTNAME= SearchAndRescue PORTVERSION= 1.3.0 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME:L}/Data_Files/ +MASTER_SITES= SF/${PORTNAME:tl}/Data_Files/ PKGNAMESUFFIX= -data DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION} @@ -14,7 +14,7 @@ COMMENT= The data files for SearchAndRescue flight simulator NO_BUILD= yes NO_WRKSUBDIR= yes -DATADIR= ${PREFIX}/share/${PORTNAME:L} +DATADIR= ${PREFIX}/share/${PORTNAME:tl} NO_STAGE= yes do-install: diff --git a/games/xevil/Makefile b/games/xevil/Makefile index a71f643c6db1..73dcf15d0a5c 100644 --- a/games/xevil/Makefile +++ b/games/xevil/Makefile @@ -33,7 +33,7 @@ post-patch: 's|^static char|static const char|' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:U}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/x11/${OPSYS:tu}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme.txt ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR}/instructions |