1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

You can't include bsd.port.pre.mk and bsd.port.mk (the latter has to be

bsd.port.post.mk).
This commit is contained in:
Satoshi Asami 1999-05-01 00:27:16 +00:00
parent 645b163b0a
commit 650c6b31b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=18245

View File

@ -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>