FIX for DOCDIR: share/distbb -> share/doc/distbb
This commit is contained in:
parent
9191fee78f
commit
5bd1367d84
2 changed files with 5 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2008/04/16 09:43:04 cheusov Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2008/04/16 09:45:59 cheusov Exp $
|
||||
#
|
||||
|
||||
DISTNAME= distbb-0.6.2
|
||||
|
@ -21,7 +21,7 @@ USE_BSD_MAKEFILE= yes
|
|||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/distbb
|
||||
DOCDIR= ${PREFIX}/share/distbb
|
||||
DOCDIR= ${PREFIX}/share/doc/distbb
|
||||
|
||||
DOCFILES= README NEWS #TODO
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.4 2008/04/05 21:07:27 cheusov Exp $
|
||||
@comment $NetBSD: PLIST,v 1.5 2008/04/16 09:45:59 cheusov Exp $
|
||||
bin/distbb
|
||||
libexec/distbb/common
|
||||
libexec/distbb/lock
|
||||
|
@ -10,5 +10,6 @@ libexec/distbb/stage_init
|
|||
libexec/distbb/stage_report
|
||||
libexec/distbb/stage_upload_logs
|
||||
libexec/distbb/stage_upload_pkgs
|
||||
share/distbb/README
|
||||
share/doc/distbb/NEWS
|
||||
share/doc/distbb/README
|
||||
share/examples/distbb/distbb.conf
|
||||
|
|
Loading…
Reference in a new issue