diff options
author | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-03-31 23:56:28 +0000 |
commit | 739ade02f5e5a61b32a7e44d8957b09888c72c6d (patch) | |
tree | 7b7b5579c729ee1cb9d4a3002eec00844f1ead5f /net/ORBit | |
parent | c86ad2bc4b5f8212490ad688fee7ffee5bc1ee8f (diff) | |
download | pkgsrc-739ade02f5e5a61b32a7e44d8957b09888c72c6d.tar.gz |
List the info pages directly in the PLIST and ensure that we honor
PKGINFODIR.
Diffstat (limited to 'net/ORBit')
-rw-r--r-- | net/ORBit/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit/PLIST | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 93dc8617480..560ade8c458 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.118 2006/03/04 21:30:16 jlam Exp $ +# $NetBSD: Makefile,v 1.119 2006/03/31 23:56:28 jlam Exp $ DISTNAME= ORBit-0.5.17 PKGREVISION= 1 @@ -23,7 +23,7 @@ CONFIGURE_ENV+= LIB_WRAP="-lwrap" PKGCONFIG_OVERRIDE+= ORBit.pc.in PKGCONFIG_OVERRIDE+= libIDL/libIDL.pc.in -INFO_FILES= libIDL.info +INFO_FILES= # PLIST .include "../../mk/bsd.prefs.mk" diff --git a/net/ORBit/PLIST b/net/ORBit/PLIST index 8ee3756264d..d074eaead5a 100644 --- a/net/ORBit/PLIST +++ b/net/ORBit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2004/09/22 08:09:46 jlam Exp $ +@comment $NetBSD: PLIST,v 1.11 2006/03/31 23:56:28 jlam Exp $ bin/libIDL-config bin/name-client bin/old-name-server @@ -64,6 +64,7 @@ include/orbit-1.0/orb/poa.h include/orbit-1.0/orb/sequences.h include/orbit-1.0/orb/typecode.h include/orbit-1.0/orbit-idl2.h +info/libIDL.info lib/libIDL.la lib/libIDLConf.sh lib/libIIOP.la |