mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
return breakage status (but only for 2.2.x)
Requested by: Satoshi
This commit is contained in:
parent
38df227fc1
commit
1cae6eed19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=15011
@ -4,7 +4,7 @@
|
||||
# Date created: Fri Mar 18, 1997
|
||||
# Whom: David O'Brien (obrien@NUXI.com)
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1998/11/23 09:02:19 asami Exp $
|
||||
# $Id: Makefile,v 1.4 1998/12/01 09:50:50 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= super-3.11.6
|
||||
@ -15,6 +15,10 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \
|
||||
|
||||
MAINTAINER= obrien@FreeBSD.org
|
||||
|
||||
.if ${OSVERSION} < 300000
|
||||
BROKEN= '/usr/include/prot.h parse error'
|
||||
.endif
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
MAN1= super.1 setuid.1
|
||||
MAN5= super.5
|
||||
|
Loading…
Reference in New Issue
Block a user