diff options
author | agc <agc> | 1998-07-14 15:55:38 +0000 |
---|---|---|
committer | agc <agc> | 1998-07-14 15:55:38 +0000 |
commit | ab63e8f45c779e8fc20ddacc4729ca3d3ccb240c (patch) | |
tree | e57a57b921f8e435d8a1e4c6d8da392d5499ade2 /devel/readline/pkg | |
parent | 137326a36fbc4590e2e81a81fab99a667855e0d1 (diff) | |
download | pkgsrc-ab63e8f45c779e8fc20ddacc4729ca3d3ccb240c.tar.gz |
Use automatic shared object handling.
Diffstat (limited to 'devel/readline/pkg')
-rw-r--r-- | devel/readline/pkg/PLIST | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/readline/pkg/PLIST b/devel/readline/pkg/PLIST index b3145a3307e..e924bc0defa 100644 --- a/devel/readline/pkg/PLIST +++ b/devel/readline/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 1998/04/21 08:36:13 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.4 1998/07/14 15:55:38 agc Exp $ include/readline/chardefs.h include/readline/history.h include/readline/keymaps.h @@ -10,8 +10,6 @@ lib/libreadline.so.2.2 lib/libhistory.a lib/libhistory_pic.a lib/libhistory.so.2.2 -@exec /sbin/ldconfig || /usr/bin/true -@unexec /sbin/ldconfig || /usr/bin/true @unexec %D/bin/install-info --delete %D/info/readline.info %D/info/dir @unexec %D/bin/install-info --delete %D/info/history.info %D/info/dir info/readline.info |