diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 51369898d389675759f44baed7961d59c8233c93 (patch) | |
tree | 8b4ec24d53e3f6345ace454c06ff938dbaf9a7a1 /x11/xfedor/Makefile | |
parent | 03f706620f3d8413ee3403771d9bc2bc73023978 (diff) | |
download | FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.zip FreeBSD-ports-51369898d389675759f44baed7961d59c8233c93.tar.gz |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11/xfedor/Makefile')
-rw-r--r-- | x11/xfedor/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/xfedor/Makefile b/x11/xfedor/Makefile index 0d2cd7a..d2147ec 100644 --- a/x11/xfedor/Makefile +++ b/x11/xfedor/Makefile @@ -9,18 +9,18 @@ # PORTNAME= xfedor -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ +MASTER_SITES= ftp://ftp.kiarchive.ru/pub/x11/util/ DISTNAME= ${PORTNAME} -MAINTAINER= ache@FreeBSD.org +MAINTAINER= ache@FreeBSD.org -USE_IMAKE= yes +USE_IMAKE= yes USE_XPM= yes -XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too -XCAT1= ${X11BASE}/man/cat1 +XFHELP= ${X11BASE}/lib/X11/xfedor # See patches too +XCAT1= ${X11BASE}/man/cat1 do-install: cd ${WRKSRC}; \ |