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 /lang/compaq-cc | |
parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
download | ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.tar.gz ports-2b1a883dc4fd248d3b049059b9543dde2ac98ffd.zip |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'lang/compaq-cc')
-rw-r--r-- | lang/compaq-cc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/compaq-cc/Makefile b/lang/compaq-cc/Makefile index af26877c20a2..3df1ebf20479 100644 --- a/lang/compaq-cc/Makefile +++ b/lang/compaq-cc/Makefile @@ -1,4 +1,3 @@ -# ex:ts=8 # Ports collection makefile for: compaq-cc # Date created: Thur Dec 07, 2000 # Whom: David O'Brien (obrien@NUXI.com) @@ -20,7 +19,7 @@ DISTFILES+= cpml_ev5-5.1.0-2.alpha.rpm MAINTAINER= obrien@FreeBSD.org -RESTRICTED= "Distribution not allowed" +RESTRICTED= "Distribution not allowed" BUILD_DEPENDS= rpm:${PORTSDIR}/misc/rpm |