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/bricons | |
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/bricons')
-rw-r--r-- | x11/bricons/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/bricons/Makefile b/x11/bricons/Makefile index bef70ce..45d0bdd 100644 --- a/x11/bricons/Makefile +++ b/x11/bricons/Makefile @@ -6,14 +6,14 @@ # PORTNAME= bricons -PORTVERSION= 3.0 +PORTVERSION= 3.0 CATEGORIES= x11 MASTER_SITES= ftp://ftp.x.org/R5contrib/ \ ftp://ftp.freesoftware.com/pub/X11/R5contrib/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= -athena-3.0.tar.gz -MAINTAINER= shanee@augusta.de +MAINTAINER= shanee@augusta.de USE_IMAKE= yes USE_XPM= yes |