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 /emulators/ia64sim | |
| parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'emulators/ia64sim')
| -rw-r--r-- | emulators/ia64sim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/emulators/ia64sim/Makefile b/emulators/ia64sim/Makefile index e8ffc6a80d5a..6fa08ab431cc 100644 --- a/emulators/ia64sim/Makefile +++ b/emulators/ia64sim/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: ia64sim # Date created: Tue Oct 10, 2000 # Whom: David O'Brien (obrien@NUXI.com) @@ -8,7 +7,7 @@ PORTNAME= ia64sim PORTVERSION= 0.2 -CATEGORIES= emulators +CATEGORIES= emulators MASTER_SITES= http://www.glue.umd.edu/~jasonp/ \ http://odin.asgard/ DISTFILES= ${PORTNAME}${EXTRACT_SUFX} |
