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 /misc/peq | |
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.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to 'misc/peq')
-rw-r--r-- | misc/peq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/peq/Makefile b/misc/peq/Makefile index f2a9f9c7d794..84d8dbeb0953 100644 --- a/misc/peq/Makefile +++ b/misc/peq/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://silverstone.fortunecity.com/jaguar/37/ \ MAINTAINER= gvg@uunet.co.za -USE_QT= yes +USE_QT= yes post-install: strip ${PREFIX}/bin/peq |