diff options
author | agc <agc@pkgsrc.org> | 2001-05-01 09:16:24 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-05-01 09:16:24 +0000 |
commit | 89c9aae9839a59cb13cedd14a1f1536fb6613856 (patch) | |
tree | 4b3e42032522fd0310bfc0f9e53cb8ce0954df58 /editors/sam/pkg | |
parent | 67ca23587afe18fc2dd7fa343a776e76ced6a201 (diff) | |
download | pkgsrc-89c9aae9839a59cb13cedd14a1f1536fb6613856.tar.gz |
Install header files, as they are needed by x11/9term
Install some libraries, as they are needed by x11/9term
Move DEPENDS line in Makefile to shut up pkglint
Bump version number to 4.3nb1
Diffstat (limited to 'editors/sam/pkg')
-rw-r--r-- | editors/sam/pkg/PLIST | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/editors/sam/pkg/PLIST b/editors/sam/pkg/PLIST index e7e74a229ee..539f700c8d3 100644 --- a/editors/sam/pkg/PLIST +++ b/editors/sam/pkg/PLIST @@ -1,8 +1,14 @@ -@comment $NetBSD: PLIST,v 1.8 2001/04/30 20:13:56 jtb Exp $ +@comment $NetBSD: PLIST,v 1.9 2001/05/01 09:16:25 agc Exp $ bin/sam bin/samterm bin/samsave bin/B +include/sam/u.h +include/sam/libc.h +include/sam/libg.h +include/sam/frame.h +lib/libXg.a +lib/libframe.a lib/X11/app-defaults/Sam man/man1/sam.1.gz man/man3/add.3.gz @@ -19,3 +25,4 @@ man/man4/keyboard.4.gz man/man4/utf.4.gz man/man6/bitmap.6.gz man/man6/regexp.6.gz +@dirrm include/sam |