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 /graphics/xmandel | |
| parent | 21829056931f158e125c2d89352e36c1c7196a26 (diff) | |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'graphics/xmandel')
| -rw-r--r-- | graphics/xmandel/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xmandel/Makefile b/graphics/xmandel/Makefile index e4cb17348fb7..0a20fea7ad04 100644 --- a/graphics/xmandel/Makefile +++ b/graphics/xmandel/Makefile @@ -9,16 +9,16 @@ PORTNAME= xmandel PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cray.com/src/graphics/xmandel/ -EXTRACT_SUFX= .shar +EXTRACT_SUFX= .shar # The README says the location is ftp.cray.com:/usr/ftp/src/graphics/xmandel, # but this has changed apparently. DISTNAME= ${PORTNAME} -EXTRACT_CMD= sh +EXTRACT_CMD= sh EXTRACT_BEFORE_ARGS= # empty EXTRACT_AFTER_ARGS= # empty -USE_IMAKE= yes -NO_WRKSUBDIR= yes +USE_IMAKE= yes +NO_WRKSUBDIR= yes MAN1= xmandel.1 MAINTAINER= andreas@marvin.robin.de |
