diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-03-20 16:41:36 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-03-20 16:41:36 +0800 |
commit | e77dc43ebf726c1d9dba71359fd5e79619b6778a (patch) | |
tree | 3e0b3a925eb240e5b7a8da08141e8e6592dcb671 /x11-fonts | |
parent | 0e8155cf082f4b99f11b0ecaf94d0bd97b2ce197 (diff) | |
download | freebsd-ports-gnome-e77dc43ebf726c1d9dba71359fd5e79619b6778a.tar.gz freebsd-ports-gnome-e77dc43ebf726c1d9dba71359fd5e79619b6778a.tar.zst freebsd-ports-gnome-e77dc43ebf726c1d9dba71359fd5e79619b6778a.zip |
Fix packaging and take maintainership from ports@.
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/webfonts/Makefile | 16 | ||||
-rw-r--r-- | x11-fonts/webfonts/pkg-plist | 2 |
2 files changed, 7 insertions, 11 deletions
diff --git a/x11-fonts/webfonts/Makefile b/x11-fonts/webfonts/Makefile index 29990d88d210..94cd72521002 100644 --- a/x11-fonts/webfonts/Makefile +++ b/x11-fonts/webfonts/Makefile @@ -3,18 +3,18 @@ PORTNAME= webfonts PORTVERSION= 0.30 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= x11-fonts MASTER_SITES= SF/corefonts/the%20fonts/final:group1 \ ftp://ftp.botik.ru/rented/znamensk/distributions/ftp.vsu.ru/pub/tex/font-packs/mscore/:group1 \ http://download.microsoft.com/download/ie6sp1/finrel/6_sp1/W98NT42KMeXP/EN-US/:group2 -DISTFILES= andale32.exe:group1 arial32.exe:group1 arialb32.exe:group1 \ +DISTFILES= andale32.exe:group1 arial32.exe:group1 arialb32.exe:group1 \ comic32.exe:group1 courie32.exe:group1 georgi32.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 DIST_SUBDIR= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= olgeni@FreeBSD.org COMMENT= TrueType core fonts for the Web EXTRACT_DEPENDS=cabextract:${PORTSDIR}/archivers/cabextract @@ -29,19 +29,17 @@ EXTRACT_AFTER_ARGS= OPTIONS_DEFINE= EXTRAFONTS OPTIONS_SUB= yes -EXTRAFONTS= Fonts licensed under MS Windows license + +EXTRAFONTS_DESC= Fonts licensed under MS Windows license EXTRAFONTS_DISTFILES= ielpkth.cab:group2 -# -# Local variables -# FONTSDIR?= ${PREFIX}/lib/X11/fonts/${FONTNAME} PLIST_SUB= FONTNAME="${FONTNAME}" SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS +.include <bsd.port.options.mk> post-extract: ${EXTRACT_CMD} -qLF '*.txt' -d ${WRKSRC} ${_DISTDIR}/webdin32.exe diff --git a/x11-fonts/webfonts/pkg-plist b/x11-fonts/webfonts/pkg-plist index d33ff4b3a086..c545d6c7d576 100644 --- a/x11-fonts/webfonts/pkg-plist +++ b/x11-fonts/webfonts/pkg-plist @@ -11,8 +11,6 @@ %%FONTSDIR%%/courbd.ttf %%FONTSDIR%%/courbi.ttf %%FONTSDIR%%/couri.ttf -%%FONTSDIR%%/fonts.dir -%%FONTSDIR%%/fonts.scale %%FONTSDIR%%/georgia.ttf %%FONTSDIR%%/georgiab.ttf %%FONTSDIR%%/georgiai.ttf |