Install the referenced water.txt file.
This commit is contained in:
parent
7266b3491d
commit
dae6b56a33
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.1 2001/07/10 09:48:47 zuntum Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2001/07/15 09:04:00 jlam Exp $
|
||||
#
|
||||
|
||||
DISTNAME= water-1.0
|
||||
|
@ -14,7 +14,9 @@ GNU_CONFIGURE= YES
|
|||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/water
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/water
|
||||
${INSTALL_DATA} ${WRKSRC}/water320.bmp ${PREFIX}/share/water
|
||||
${INSTALL_DATA} ${WRKSRC}/water.txt ${PREFIX}/share/doc/water
|
||||
|
||||
.include "../../devel/SDL/buildlink.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.1 2001/07/10 09:48:47 zuntum Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2001/07/15 09:04:00 jlam Exp $
|
||||
bin/water
|
||||
share/doc/water/water.txt
|
||||
share/water/water320.bmp
|
||||
@dirrm share/water
|
||||
@dirrm share/doc/water
|
||||
|
|
Loading…
Reference in a new issue