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 /games/adom | |
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 'games/adom')
-rw-r--r-- | games/adom/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile index 4333fe6abd82..5ce72e2dd7e8 100644 --- a/games/adom/Makefile +++ b/games/adom/Makefile @@ -18,10 +18,10 @@ RUN_DEPENDS= /compat/linux/lib/ld-linux.so.2:${PORTSDIR}/emulators/linux_base WRKSRC= ${WRKDIR}/adom ONLY_FOR_ARCHS= i386 -NO_CDROM= Copy of CD must be sent to author +NO_CDROM= Copy of CD must be sent to author -NO_WRKSUBDIR= yes -STRIP= # empty: do not strip linux binary! +NO_WRKSUBDIR= yes +STRIP= # empty: do not strip linux binary! do-patch: do-configure: |