continue to install TUTORIAL and sample .gnutrc
This commit is contained in:
parent
0a15fd0e1d
commit
6d67d7fb86
2 changed files with 12 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.1.1.2 2000/04/18 06:57:33 deberg Exp $
|
||||
# $NetBSD: Makefile,v 1.2 2000/04/18 07:05:14 deberg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= gnut-0.3.22
|
||||
|
@ -19,4 +19,11 @@ CONFIGURE_ARGS+=--with-mit-pthreads
|
|||
CONFIGURE_ENV+= CC=${LOCALBASE}/pthreads/bin/pgcc \
|
||||
CXX=${LOCALBASE}/pthreads/bin/pg++
|
||||
|
||||
GNUTDOCDIR= ${PREFIX}/share/doc/gnut
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${GNUTDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${GNUTDOCDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${GNUTDOCDIR}
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,2 +1,5 @@
|
|||
@comment $NetBSD: PLIST,v 1.1.1.2 2000/04/18 06:57:33 deberg Exp $
|
||||
@comment $NetBSD: PLIST,v 1.2 2000/04/18 07:05:22 deberg Exp $
|
||||
bin/gnut
|
||||
share/doc/gnut/TUTORIAL
|
||||
share/doc/gnut/gnutrc.sample
|
||||
@dirrm share/doc/gnut
|
||||
|
|
Loading…
Reference in a new issue