diff options
author | mezz <mezz@FreeBSD.org> | 2005-11-13 04:54:20 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-11-13 04:54:20 +0800 |
commit | 16df95db54890d658926da6fe08e063295e8bd6a (patch) | |
tree | c05e3d9a48d067c9655d1c552a0e3d4e285b31e7 /x11-fonts/webfonts | |
parent | a48fb0f59c937de2a49fb11eae98f5cc19ce5c23 (diff) | |
download | freebsd-ports-gnome-16df95db54890d658926da6fe08e063295e8bd6a.tar.gz freebsd-ports-gnome-16df95db54890d658926da6fe08e063295e8bd6a.tar.zst freebsd-ports-gnome-16df95db54890d658926da6fe08e063295e8bd6a.zip |
HAVE_MSWINDOWS_LICENSE -> WITH_MSWINDOWS_LICENSE for now.
Requested by: kris
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 " |