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 /x11/xtestpicture | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Diffstat (limited to 'x11/xtestpicture')
-rw-r--r-- | x11/xtestpicture/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xtestpicture/Makefile b/x11/xtestpicture/Makefile index c8b6594015fa..6e400958d2bb 100644 --- a/x11/xtestpicture/Makefile +++ b/x11/xtestpicture/Makefile @@ -6,11 +6,11 @@ # PORTNAME= xtestpicture -PORTVERSION= 1.2 +PORTVERSION= 1.2 CATEGORIES= x11 -MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ +MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ -MAINTAINER= joerg@FreeBSD.org +MAINTAINER= joerg@FreeBSD.org USE_IMAKE= yes MAN1= xtestpicture.1 |