mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments.
Approved by: dbn (maintainer)
This commit is contained in:
parent
c508314de8
commit
a14b359b8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=434857
5 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
PKGNAMEPREFIX= i386-
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD
|
||||
COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
|
||||
|
||||
# Use the wine port to do most of the heavy lifting
|
||||
SLAVEDIR?= ${.CURDIR}
|
||||
|
@ -35,7 +35,7 @@ IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for F
|
|||
post-install-script:
|
||||
# Fix pkg-plist references
|
||||
${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST}
|
||||
# Install bounce script to access the 32bit executables
|
||||
# Install bounce script to access the 32-bit executables
|
||||
${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine
|
||||
for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \
|
||||
[ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \
|
||||
|
|
|
@ -13,7 +13,7 @@ EXTRACT_SUFX= .txz
|
|||
DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD
|
||||
COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Kris Moore <kmoore@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
COMMENT= 32bit Wine built with the Staging patchset for 64bit FreeBSD
|
||||
COMMENT= 32-bit Wine built with the Staging patchset for 64-bit FreeBSD
|
||||
|
||||
SLAVE_PORT= i386-wine-devel
|
||||
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
PKGNAMEPREFIX= i386-
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD
|
||||
COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
|
||||
|
||||
# Use the wine port to do most of the heavy lifting
|
||||
SLAVEDIR?= ${.CURDIR}
|
||||
|
@ -35,7 +35,7 @@ IGNORE= This port is not for consumption on FreeBSD/i386. To cross-build for F
|
|||
post-install-script:
|
||||
# Fix pkg-plist references
|
||||
${REINPLACE_CMD} -e 's!lib/!lib32/!g' ${TMPPLIST}
|
||||
# Install bounce script to access the 32bit executables
|
||||
# Install bounce script to access the 32-bit executables
|
||||
${INSTALL_SCRIPT} ${SLAVEDIR}/files/binbounce ${STAGEDIR}${PREFIX}/bin/wine
|
||||
for i in `grep ^bin ${TMPPLIST} | xargs -n1 basename` ; do \
|
||||
[ "$${i}" = "wine" ] || ${LN} -f ${STAGEDIR}${PREFIX}/bin/wine ${STAGEDIR}${PREFIX}/bin/$${i} ; \
|
||||
|
|
|
@ -12,7 +12,7 @@ EXTRACT_SUFX= .txz
|
|||
DIST_SUBDIR= freebsd:${OSREL:C/\..*//}:x86:64
|
||||
|
||||
MAINTAINER= dbn@FreeBSD.org
|
||||
COMMENT?= 32bit Microsoft Windows compatibility environment for 64bit FreeBSD
|
||||
COMMENT?= 32-bit Microsoft Windows compatibility environment for 64-bit FreeBSD
|
||||
|
||||
LICENSE= LGPL21 LGPL3
|
||||
LICENSE_COMB= dual
|
||||
|
|
Loading…
Add table
Reference in a new issue