diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-11-12 23:03:39 +0000 |
commit | 4a9b2ad461486e9d7e866abfe5416b158408ed89 (patch) | |
tree | 0d29ac5d4e74a980af2ed8ee0c7abca262e3a3e8 /net | |
parent | b9e6923ab2b0e0c347c6a557e663bf1865726117 (diff) | |
download | pkgsrc-4a9b2ad461486e9d7e866abfe5416b158408ed89.tar.gz |
Fix some more pkglint nits.
Diffstat (limited to 'net')
-rw-r--r-- | net/ORBit/Makefile | 4 | ||||
-rw-r--r-- | net/ORBit/pkg/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net/ORBit/Makefile b/net/ORBit/Makefile index 8e92bdac2d9..252927abaa2 100644 --- a/net/ORBit/Makefile +++ b/net/ORBit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/11/12 16:20:33 agc Exp $ +# $NetBSD: Makefile,v 1.6 1998/11/12 23:03:39 frueauf Exp $ # DISTNAME= ORBit-0.3.0 @@ -13,6 +13,8 @@ DEPENDS+= gindent-1.9.1:../../devel/gindent GNU_CONFIGURE= yes USE_LIBTOOL= yes + LIBTOOL_FLAGS= --install-la +INFO_FILES= libIDL.info .include "../../mk/bsd.pkg.mk" diff --git a/net/ORBit/pkg/PLIST b/net/ORBit/pkg/PLIST index f2dd34a3924..e846e9d999e 100644 --- a/net/ORBit/pkg/PLIST +++ b/net/ORBit/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 1998/10/05 14:02:07 agc Exp $ +@comment $NetBSD: PLIST,v 1.3 1998/11/12 23:03:39 frueauf Exp $ lib/libIDL.so.5.0 lib/libIDL.la lib/libIDL.a @@ -64,7 +64,9 @@ include/orb/orbit_object.h include/orb/orbit_object_type.h include/orb/orbit_poa.h include/orb/orbit_poa_type.h +@unexec %D/bin/install-info --delete %D/info/libIDL.info %D/info/dir info/libIDL.info +@exec %D/bin/install-info %D/info/libIDL.info %D/info/libIDL.info @dirrm include/libIDL @dirrm include/ORBitutil @dirrm include/IIOP |