aboutsummaryrefslogtreecommitdiff
path: root/security/bro
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-25 02:14:07 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-25 02:14:07 +0000
commitf4d047853381ba5151338aab761aaac1306d8f8f (patch)
tree288a43a7b4ee2b2878c25334bd6535297e6952bd /security/bro
parentdb0a1d396f1068e7d60432f496cc8eeddd90f7e7 (diff)
downloadports-f4d047853381ba5151338aab761aaac1306d8f8f.tar.gz
ports-f4d047853381ba5151338aab761aaac1306d8f8f.zip
With Satoshi's next bsd.port.* commit, this should work.
Notes
Notes: svn path=/head/; revision=15606
Diffstat (limited to 'security/bro')
-rw-r--r--security/bro/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/security/bro/Makefile b/security/bro/Makefile
index 2a975fe04480..9239d54beecd 100644
--- a/security/bro/Makefile
+++ b/security/bro/Makefile
@@ -4,7 +4,7 @@
# Date created: Sat Feb 28, 1998
# Whom: David O'Brien (obrien@FreeBSD.org)
#
-# $Id: Makefile,v 1.6 1998/11/04 18:45:38 obrien Exp $
+# $Id: Makefile,v 1.7 1998/12/24 17:52:35 obrien Exp $
#
DISTNAME= vp-bro-0.4-alpha
@@ -16,6 +16,8 @@ MAINTAINER= obrien@FreeBSD.org
RESTRICTED= "Author wishes Alpha releases not to be distrubted."
+.include <bsd.port.pre.mk>
+
.if !exists(${DISTDIR}/vp-bro-0.4-alpha${EXTRACT_SUFX})
IGNORE='Please contact Vern Paxson <vern@ee.lbl.gov> to obtain the obtain the Bro source. Put it in ${DISTDIR} as vp-bro-0.4-alpha${EXTRACT_SUFX} and run make again'
.endif
@@ -42,4 +44,4 @@ post-install:
@${GZIP_CMD} ${PREFIX}/share/doc/bro/bro-usenix98-revised.ps
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>