diff options
author | gerald <gerald@FreeBSD.org> | 2017-02-26 19:07:02 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2017-02-26 19:07:02 +0800 |
commit | 71e6a8efa3d72839a9bcff11b804eafa50b8a24b (patch) | |
tree | c35d8ecf4becbb282715f0998a145fcb0d9419ab /emulators | |
parent | ded72f0769ffc9aaa669d46bf59055cc9f34624c (diff) | |
download | freebsd-ports-gnome-71e6a8efa3d72839a9bcff11b804eafa50b8a24b.tar.gz freebsd-ports-gnome-71e6a8efa3d72839a9bcff11b804eafa50b8a24b.tar.zst freebsd-ports-gnome-71e6a8efa3d72839a9bcff11b804eafa50b8a24b.zip |
Use 32-bit and 64-bit (instead of 32bit and 64bit) in COMMENTs and comments.
Approved by: dbn (maintainer)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/i386-wine-devel/Makefile.i386 | 4 | ||||
-rw-r--r-- | emulators/i386-wine-devel/Makefile.inc | 2 | ||||
-rw-r--r-- | emulators/i386-wine-staging/Makefile | 2 | ||||
-rw-r--r-- | emulators/i386-wine/Makefile.i386 | 4 | ||||
-rw-r--r-- | emulators/i386-wine/Makefile.inc | 2 |
5 files changed, 7 insertions, 7 deletions
diff --git a/emulators/i386-wine-devel/Makefile.i386 b/emulators/i386-wine-devel/Makefile.i386 index ef74ed7ed09a..f31d842eeb52 100644 --- a/emulators/i386-wine-devel/Makefile.i386 +++ b/emulators/i386-wine-devel/Makefile.i386 @@ -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} ; \ diff --git a/emulators/i386-wine-devel/Makefile.inc b/emulators/i386-wine-devel/Makefile.inc index 6bff4a316b00..db8d56ea9728 100644 --- a/emulators/i386-wine-devel/Makefile.inc +++ b/emulators/i386-wine-devel/Makefile.inc @@ -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 diff --git a/emulators/i386-wine-staging/Makefile b/emulators/i386-wine-staging/Makefile index 3e266feca58a..a1eba03294fb 100644 --- a/emulators/i386-wine-staging/Makefile +++ b/emulators/i386-wine-staging/Makefile @@ -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 diff --git a/emulators/i386-wine/Makefile.i386 b/emulators/i386-wine/Makefile.i386 index b8106a656ab8..c4994e87c046 100644 --- a/emulators/i386-wine/Makefile.i386 +++ b/emulators/i386-wine/Makefile.i386 @@ -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} ; \ diff --git a/emulators/i386-wine/Makefile.inc b/emulators/i386-wine/Makefile.inc index cf0a921bf26b..25c8768a3687 100644 --- a/emulators/i386-wine/Makefile.inc +++ b/emulators/i386-wine/Makefile.inc @@ -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 |