diff options
author | garga <garga@FreeBSD.org> | 2010-01-28 01:40:59 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2010-01-28 01:40:59 +0800 |
commit | 5301579a2eb4eb043a30d289b504b9781d44b471 (patch) | |
tree | 354a13869ff534ff8aee3e6a4c1ba1caa9c2a3c8 /x11-fonts | |
parent | 8b187f14782b4c4b268277dec40f9870eac00020 (diff) | |
download | freebsd-ports-gnome-5301579a2eb4eb043a30d289b504b9781d44b471.tar.gz freebsd-ports-gnome-5301579a2eb4eb043a30d289b504b9781d44b471.tar.zst freebsd-ports-gnome-5301579a2eb4eb043a30d289b504b9781d44b471.zip |
- some indent changes
- Adopt
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/artwiz-fonts/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-fonts/artwiz-fonts/Makefile b/x11-fonts/artwiz-fonts/Makefile index 908ae2a99567..7cf6e76145b3 100644 --- a/x11-fonts/artwiz-fonts/Makefile +++ b/x11-fonts/artwiz-fonts/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.xs4all.nl/~hanb/software/fluxbox/ \ http://www.cus.org.uk/~dom/distfiles/artwiz-fonts/ DISTNAME= ${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= garga@FreeBSD.org COMMENT= A set of free fonts for X11 desktops NO_BUILD= yes @@ -21,10 +21,10 @@ USE_BZIP2= yes PKGMESSAGE= ${WRKDIR}/pkg-message WRKSRC= ${WRKDIR}/fluxbox-${PORTNAME} -FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \ - glisp lime mints-mild mints-strong nu snap +FONTS= anorexia aqui cure cursor drift edges gelly glisp-bold \ + glisp lime mints-mild mints-strong nu snap FONTDIR= ${LOCALBASE}/lib/X11/fonts/${PORTNAME}/ -FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir +FILES= ${FONTS:S,$,.pcf.gz,} ${FILESDIR}/fonts.dir .include <bsd.port.pre.mk> |