diff options
author | asami <asami@FreeBSD.org> | 1999-05-01 08:27:16 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-05-01 08:27:16 +0800 |
commit | 9c157228bf4590cbc9d919270df1102f4ab2929d (patch) | |
tree | b43b1e1a9293dc1d13f0c63c0ece05d285175660 /devel/ORBacus | |
parent | b23ed5f3062b6350236f5d7daf068fb2436f98dc (diff) | |
download | freebsd-ports-gnome-9c157228bf4590cbc9d919270df1102f4ab2929d.tar.gz freebsd-ports-gnome-9c157228bf4590cbc9d919270df1102f4ab2929d.tar.zst freebsd-ports-gnome-9c157228bf4590cbc9d919270df1102f4ab2929d.zip |
You can't include bsd.port.pre.mk and bsd.port.mk (the latter has to be
bsd.port.post.mk).
Diffstat (limited to 'devel/ORBacus')
-rw-r--r-- | devel/ORBacus/Makefile | 4 |
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> |