diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:39:45 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1997-06-29 11:39:45 +0000 |
commit | 5bc7d50398c31a18cd32a05de082cf8b536ad844 (patch) | |
tree | 51c2bf6ed7446951c268dd5ae3eca561b6e343b3 /devel | |
parent | 0ea6d5d193c9fe199ed38c6ca454649d6c367f90 (diff) |
very minor style change
Notes
Notes:
svn path=/head/; revision=7128
Diffstat (limited to 'devel')
-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 fc9824ba7877..0ef59befc2b7 100644 --- a/devel/ORBacus/Makefile +++ b/devel/ORBacus/Makefile @@ -3,7 +3,7 @@ # Whom: ejc@bazzle.com # Version required: 1.0 # -# $Id: Makefile,v 1.1.1.1 1997/06/04 03:38:53 asami Exp $ +# $Id: Makefile,v 1.2 1997/06/04 04:37:12 asami Exp $ # DISTNAME= OB-1.0 @@ -13,9 +13,9 @@ MASTER_SITES= ftp://ftp.ooc.com/pub/OmniBroker/ MAINTAINER= ejc@bazzle.com -MAN1= idl.1 HAS_CONFIGURE= yes CONFIGURE_ENV= CXX=c++ CXXFLAGS="--no-implicit-templates -fhandle-exceptions -Wall" +MAN1= idl.1 post-install: ${LDCONFIG} -m $(PREFIX)/lib |