aboutsummaryrefslogtreecommitdiff
path: root/security/super
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 06:37:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-02 06:37:33 +0000
commitee2d9149e7909417253bc5614638c607aa7dc24d (patch)
tree7b07a7b8008d0a0d2a4edc182bb74a4e492d3a1e /security/super
parent19b6d25698927c5723851bcf9aeb0092eed3320e (diff)
downloadports-ee2d9149e7909417253bc5614638c607aa7dc24d.tar.gz
ports-ee2d9149e7909417253bc5614638c607aa7dc24d.zip
Need to do a little bsd.port.pre.mk action to avoid a syntax error.
Noticed by: Bill Fenner <fenner@parc.xerox.com>
Notes
Notes: svn path=/head/; revision=15055
Diffstat (limited to 'security/super')
-rw-r--r--security/super/Makefile8
1 files changed, 5 insertions, 3 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>