From ee2d9149e7909417253bc5614638c607aa7dc24d Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 2 Dec 1998 06:37:33 +0000 Subject: Need to do a little bsd.port.pre.mk action to avoid a syntax error. Noticed by: Bill Fenner --- security/super/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/super/Makefile b/security/super/Makefile index 4db960fbf14a..167c215424dc 100644 --- a/security/super/Makefile +++ b/security/super/Makefile @@ -4,7 +4,7 @@ # Date created: Fri Mar 18, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.4 1998/12/01 09:50:50 obrien Exp $ +# $Id: Makefile,v 1.5 1998/12/01 10:17:44 obrien Exp $ # DISTNAME= super-3.11.6 @@ -15,7 +15,9 @@ MASTER_SITES= ftp://phobos.caltech.edu/users/will/ \ MAINTAINER= obrien@FreeBSD.org -.if ${OSVERSION} < 300000 +.include + +.if ${OSVERSION} <= 300000 BROKEN= '/usr/include/prot.h parse error' .endif @@ -33,4 +35,4 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/super .endif -.include +.include -- cgit v1.2.3