diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /x11-fonts/getbdf | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11-fonts/getbdf')
-rw-r--r-- | x11-fonts/getbdf/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/x11-fonts/getbdf/Makefile b/x11-fonts/getbdf/Makefile index 57ca62695ddc..ca30812ec610 100644 --- a/x11-fonts/getbdf/Makefile +++ b/x11-fonts/getbdf/Makefile @@ -6,17 +6,17 @@ # PORTNAME= getbdf -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11-fonts -MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/ +MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/ DISTNAME= ${PORTNAME} -EXTRACT_SUFX= .tar.Z +EXTRACT_SUFX= .tar.Z -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -USE_X_PREFIX= yes -NO_WRKSUBDIR= yes -ALL_TARGET= getbdf +USE_X_PREFIX= yes +NO_WRKSUBDIR= yes +ALL_TARGET= getbdf do-install: cd ${WRKSRC}; \ |