diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-12 20:54:20 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2005-11-12 20:54:20 +0000 |
commit | 3f74b02e857c6fd06511f95bcbcab99abc7dbd15 (patch) | |
tree | ac2dd5e9b9fcdf4b7f3d6d296cf631ab1eaa1f14 /x11-fonts/webfonts | |
parent | f6064fd8901c417ad94bb8462289d571c9fefa41 (diff) | |
download | ports-3f74b02e857c6fd06511f95bcbcab99abc7dbd15.tar.gz ports-3f74b02e857c6fd06511f95bcbcab99abc7dbd15.zip |
Notes
Diffstat (limited to 'x11-fonts/webfonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 5f3b6c3d60e6..c1e83ae56038 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -26,7 +26,7 @@ DISTFILES= andale32.exe:group1 arial32.exe:group1 arialb32.exe:group1 \ impact32.exe:group1 times32.exe:group1 trebuc32.exe:group1 \ verdan32.exe:group1 webdin32.exe:group1 -.if defined(HAVE_MSWINDOWS_LICENSE) +.if defined(WITH_MSWINDOWS_LICENSE) DISTFILES+= ielpkth.cab:group2 .endif @@ -91,7 +91,7 @@ post-patch: ${SED} -e 's|%%FONTSDIR%%|${FONTSDIR}|g' \ -e 's|%%DOCSDIR%%|${DOCSDIR}|g' \ ${MSG_FILE} > ${PKGMESSAGE} -.if defined(HAVE_MSWINDOWS_LICENSE) +.if defined(WITH_MSWINDOWS_LICENSE) ${SORT} ${FILESDIR}/fonts.dir ${FILESDIR}/tahoma.dir > ${FONTS_FILE} .else ${CP} ${FILESDIR}/fonts.dir ${FONTS_FILE} @@ -103,7 +103,7 @@ post-patch: # Pre-install # pre-install: -.if defined(HAVE_MSWINDOWS_LICENSE) +.if defined(WITH_MSWINDOWS_LICENSE) PLIST_SUB+= EXTRAFONTS="" .else PLIST_SUB+= EXTRAFONTS="@comment " |