mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
HAVE_MSWINDOWS_LICENSE -> WITH_MSWINDOWS_LICENSE for now.
Requested by: kris
This commit is contained in:
parent
f6064fd890
commit
3f74b02e85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=148062
1 changed files with 3 additions and 3 deletions
|
@ -26,7 +26,7 @@ DISTFILES= andale32.exe:group1 arial32.exe:group1 arialb32.exe:group1 \
|
||||||
impact32.exe:group1 times32.exe:group1 trebuc32.exe:group1 \
|
impact32.exe:group1 times32.exe:group1 trebuc32.exe:group1 \
|
||||||
verdan32.exe:group1 webdin32.exe:group1
|
verdan32.exe:group1 webdin32.exe:group1
|
||||||
|
|
||||||
.if defined(HAVE_MSWINDOWS_LICENSE)
|
.if defined(WITH_MSWINDOWS_LICENSE)
|
||||||
DISTFILES+= ielpkth.cab:group2
|
DISTFILES+= ielpkth.cab:group2
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
@ -91,7 +91,7 @@ post-patch:
|
||||||
${SED} -e 's|%%FONTSDIR%%|${FONTSDIR}|g' \
|
${SED} -e 's|%%FONTSDIR%%|${FONTSDIR}|g' \
|
||||||
-e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
|
-e 's|%%DOCSDIR%%|${DOCSDIR}|g' \
|
||||||
${MSG_FILE} > ${PKGMESSAGE}
|
${MSG_FILE} > ${PKGMESSAGE}
|
||||||
.if defined(HAVE_MSWINDOWS_LICENSE)
|
.if defined(WITH_MSWINDOWS_LICENSE)
|
||||||
${SORT} ${FILESDIR}/fonts.dir ${FILESDIR}/tahoma.dir > ${FONTS_FILE}
|
${SORT} ${FILESDIR}/fonts.dir ${FILESDIR}/tahoma.dir > ${FONTS_FILE}
|
||||||
.else
|
.else
|
||||||
${CP} ${FILESDIR}/fonts.dir ${FONTS_FILE}
|
${CP} ${FILESDIR}/fonts.dir ${FONTS_FILE}
|
||||||
|
@ -103,7 +103,7 @@ post-patch:
|
||||||
# Pre-install
|
# Pre-install
|
||||||
#
|
#
|
||||||
pre-install:
|
pre-install:
|
||||||
.if defined(HAVE_MSWINDOWS_LICENSE)
|
.if defined(WITH_MSWINDOWS_LICENSE)
|
||||||
PLIST_SUB+= EXTRAFONTS=""
|
PLIST_SUB+= EXTRAFONTS=""
|
||||||
.else
|
.else
|
||||||
PLIST_SUB+= EXTRAFONTS="@comment "
|
PLIST_SUB+= EXTRAFONTS="@comment "
|
||||||
|
|
Loading…
Add table
Reference in a new issue