summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1999-05-01 00:27:16 +0000
committerSatoshi Asami <asami@FreeBSD.org>1999-05-01 00:27:16 +0000
commit650c6b31b5c5f02cd8a21471f2df18a3bcf06e2f (patch)
tree9f8e188c2f4a7f6b89f04d74fbe38d20706af8d4 /devel
parentI assume Nik meant "textproc/docbook-300" when he wrote (diff)
You can't include bsd.port.pre.mk and bsd.port.mk (the latter has to be
bsd.port.post.mk).
Notes
Notes: svn path=/head/; revision=18245
Diffstat (limited to 'devel')
-rw-r--r--devel/ORBacus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/ORBacus/Makefile b/devel/ORBacus/Makefile
index 9647d78fc04b..6506a665a45f 100644
--- a/devel/ORBacus/Makefile
+++ b/devel/ORBacus/Makefile
@@ -3,7 +3,7 @@
# Whom: ejc@bazzle.com
# Version required: 3.0
#
-# $Id: Makefile,v 1.18 1999/04/20 03:36:02 jseger Exp $
+# $Id: Makefile,v 1.19 1999/04/23 11:34:53 asami Exp $
#
DISTNAME= OB-3.1.2
@@ -40,4 +40,4 @@ post-install:
${MKDIR} ${PREFIX}/share/doc/ORBacus
${INSTALL_DATA} ${WRKSRC}/ob/LICENSE ${PREFIX}/share/doc/ORBacus
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>