diff options
author | salo <salo@pkgsrc.org> | 2004-08-16 11:54:20 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-08-16 11:54:20 +0000 |
commit | af64c4c1adb3c50e1e1ee9e8d25c9fb6c1919ae7 (patch) | |
tree | c5b3132bbca6b275c3ae6b18ca998f0afc32d233 /misc/brs/PLIST | |
parent | c70ab1c4b4605101c214618fd836737a58e58402 (diff) | |
download | pkgsrc-af64c4c1adb3c50e1e1ee9e8d25c9fb6c1919ae7.tar.gz |
PKGREVISION++
- obey CFLAGS, use $(CC) instead of cc in Makefile
- install data files in PREFIX/libdata/brs instead of PREFIX/lib,
rewrite whole "install" target
- correct paths in the manpage
- fix a warning (could be error with some compilers?) in #endif
Diffstat (limited to 'misc/brs/PLIST')
-rw-r--r-- | misc/brs/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/brs/PLIST b/misc/brs/PLIST index 5586b007b46..160f558d3d5 100644 --- a/misc/brs/PLIST +++ b/misc/brs/PLIST @@ -1,5 +1,5 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/08 08:53:19 wiz Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/08/16 11:54:20 salo Exp $ bin/bible -lib/bible.data -lib/bible.data.conc +libdata/brs/bible.data +libdata/brs/bible.data.conc man/man1/bible.1 |