summaryrefslogtreecommitdiff
path: root/net/gnut
diff options
context:
space:
mode:
authordeberg <deberg@pkgsrc.org>2000-04-18 07:05:14 +0000
committerdeberg <deberg@pkgsrc.org>2000-04-18 07:05:14 +0000
commit6d67d7fb8684b3f34c0ce7c15f3e16377c10a30b (patch)
treed938796a7d64124adc8c4db4239dec4b4d33509f /net/gnut
parent0a15fd0e1d8a7b9e8070a12bb370425df206c3fb (diff)
downloadpkgsrc-6d67d7fb8684b3f34c0ce7c15f3e16377c10a30b.tar.gz
continue to install TUTORIAL and sample .gnutrc
Diffstat (limited to 'net/gnut')
-rw-r--r--net/gnut/Makefile9
-rw-r--r--net/gnut/pkg/PLIST5
2 files changed, 12 insertions, 2 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile
index 430c85e6f46..31ae046ca28 100644
--- a/net/gnut/Makefile
+++ b/net/gnut/Makefile
@@ -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"
diff --git a/net/gnut/pkg/PLIST b/net/gnut/pkg/PLIST
index c266da4fd30..2f5e76c7baa 100644
--- a/net/gnut/pkg/PLIST
+++ b/net/gnut/pkg/PLIST
@@ -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