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-wm | |
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-wm')
-rw-r--r-- | x11-wm/afterstep-i18n/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/ctwm/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/gnome2wmaker/Makefile | 4 |
3 files changed, 8 insertions, 8 deletions
diff --git a/x11-wm/afterstep-i18n/Makefile b/x11-wm/afterstep-i18n/Makefile index e0cbffd..6ea586b 100644 --- a/x11-wm/afterstep-i18n/Makefile +++ b/x11-wm/afterstep-i18n/Makefile @@ -6,7 +6,7 @@ # PORTNAME= afterstep-i18n -PORTVERSION= 1.0 +PORTVERSION= 1.0 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ ${MASTER_SITE_LOCAL} \ @@ -15,13 +15,13 @@ MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ # former for ${MASTER_SITE_AFTERSTEP}, latter for ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= stable/archives kuriyama DISTNAME= AfterStep-1.0 -DISTFILES= ${DISTNAME}.tar.gz \ +DISTFILES= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz \ kterm.xpm kterm2.xpm KTerm-AS.xpm netscape4.xpm EXTRACT_ONLY= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz -PATCH_DIST_STRIP= -p1 +PATCH_DIST_STRIP= -p1 MAINTAINER= issei@jp.FreeBSD.org diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 26fba88..da7bde7 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -6,15 +6,15 @@ # PORTNAME= ctwm -PORTVERSION= 3.5.2b +PORTVERSION= 3.5.2b CATEGORIES= x11-wm MASTER_SITES= ftp://slhp1.epfl.ch/pub/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ctwm-images${EXTRACT_SUFX} MAINTAINER= torstenb@FreeBSD.org -BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 -RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 +BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 +RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 MAKE_ENV= LOCALBASE=${LOCALBASE} diff --git a/x11-wm/gnome2wmaker/Makefile b/x11-wm/gnome2wmaker/Makefile index 78ec561..0ee14c3 100644 --- a/x11-wm/gnome2wmaker/Makefile +++ b/x11-wm/gnome2wmaker/Makefile @@ -6,11 +6,11 @@ # PORTNAME= gnome2wmaker -PORTVERSION= 1.2 +PORTVERSION= 1.2 CATEGORIES= x11-wm gnome MASTER_SITES= http://ulli.linuxave.net/gnome2wmaker/ -MAINTAINER= reg@FreeBSD.org +MAINTAINER= reg@FreeBSD.org RUN_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker |