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/i386-wine | |
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/i386-wine')
-rw-r--r-- | emulators/i386-wine/Makefile.i386 | 4 | ||||
-rw-r--r-- | emulators/i386-wine/Makefile.inc | 2 |
2 files changed, 3 insertions, 3 deletions
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 |