diff options
author | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-07 07:22:11 +0000 |
---|---|---|
committer | Alexander Botero-Lowry <alexbl@FreeBSD.org> | 2006-10-07 07:22:11 +0000 |
commit | 5b5d658096369bc630cee054bd2f72189c8bca15 (patch) | |
tree | ea057ef6332007fc46bab9d7f2426c08ff94e695 /shells/v7sh/Makefile | |
parent | ee89ce28d6b61733d110ebe270b3677827b0fe3b (diff) |
- unbreak on gcc 4.1
PR: 103902
Submitted by: trasz <trasz@pin.if.uz.zgora.pl>
Approved by: novel (mentor, implicit)
Notes
Notes:
svn path=/head/; revision=174714
Diffstat (limited to 'shells/v7sh/Makefile')
-rw-r--r-- | shells/v7sh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shells/v7sh/Makefile b/shells/v7sh/Makefile index 89ae4bdf4d3f..fb509a8ccd45 100644 --- a/shells/v7sh/Makefile +++ b/shells/v7sh/Makefile @@ -29,6 +29,7 @@ EXTRACT_AFTER_ARGS= ${WRKDIR} NO_WRKSUBDIR= yes MAN1= ${PORTNAME}.1 +MANCOMPRESSED= yes OPTIONS= V7SH_SYSIII "System III enhancements" on \ V7SH_RENO "4.3BSD-Reno enhancements" on \ |