Adding PLIST. Adding installation of documentation files to Makefile.
This commit is contained in:
parent
6281f88ff2
commit
3014d69dc9
2 changed files with 10 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1 2007/02/17 18:19:02 mwicks Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2007/02/17 22:43:47 mwicks Exp $
|
||||
#
|
||||
|
||||
PKGNAME= dpic-07.2.2
|
||||
|
@ -14,5 +14,9 @@ BUILD_TARGET= dpic
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/dpic ${PREFIX}/bin
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dpic
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/dpic_man.txt ${PREFIX}/share/doc/dpic
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/examples/Examples.txt ${PREFIX}/share/doc/dpic
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
||||
|
|
5
dpic/PLIST
Normal file
5
dpic/PLIST
Normal file
|
@ -0,0 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2007/02/17 22:43:47 mwicks Exp $
|
||||
bin/dpic
|
||||
share/doc/dpic/Examples.txt
|
||||
share/doc/dpic/dpic_man.txt
|
||||
@dirrm share/doc/dpic
|
Loading…
Reference in a new issue