diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-07-01 10:34:45 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-07-01 10:34:45 +0000 |
commit | 02fb7c0f9b0d7ccf4ae1b20db4bb1f1b18ccc422 (patch) | |
tree | 4cc30d3d8c12c2057613f2d767d592c395be08c1 /net/gnut | |
parent | Update to 1.8.8 (diff) |
Update to gnut 0.4.8 (the gnut software now has a new maintainer)
PR: 19559
Submitted by: Rod Taylor <rbt@zort.on.ca>
Notes
Notes:
svn path=/head/; revision=30040
Diffstat (limited to 'net/gnut')
-rw-r--r-- | net/gnut/Makefile | 8 | ||||
-rw-r--r-- | net/gnut/distinfo | 2 | ||||
-rw-r--r-- | net/gnut/pkg-plist | 7 |
3 files changed, 13 insertions, 4 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index af2358c64ce5..60973a4bb0f7 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -6,9 +6,9 @@ # PORTNAME= gnut -PORTVERSION= 0.3.24 +PORTVERSION= 0.4.8 CATEGORIES= net audio -MASTER_SITES= http://www.umr.edu/~jjp/ +MASTER_SITES= http://www.mrob.com/gnut/tars/ MAINTAINER= kris@FreeBSD.org @@ -19,7 +19,9 @@ do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/gnut ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gnut - ${INSTALL_DATA} ${WRKSRC}/TUTORIAL ${PREFIX}/share/doc/gnut +.for file in TUTORIAL gnut-1.html gnut-2.html gnut-3.html gnut-4.html gnut-5.html gnut-6.html gnut.html + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${PREFIX}/share/doc/gnut +.endfor .endif ${MKDIR} ${PREFIX}/share/gnut ${INSTALL_DATA} ${WRKSRC}/gnutrc.sample ${PREFIX}/share/gnut diff --git a/net/gnut/distinfo b/net/gnut/distinfo index 45b524b8bfcc..bd994c953f32 100644 --- a/net/gnut/distinfo +++ b/net/gnut/distinfo @@ -1 +1 @@ -MD5 (gnut-0.3.24.tar.gz) = 9b08bbe2b47165363889efcbe70f1a44 +MD5 (gnut-0.4.8.tar.gz) = 655130ecb0e9ba9971dc32db55b3767b diff --git a/net/gnut/pkg-plist b/net/gnut/pkg-plist index 6263e6c3417f..37a11b4cd96e 100644 --- a/net/gnut/pkg-plist +++ b/net/gnut/pkg-plist @@ -1,6 +1,13 @@ bin/gnut share/doc/gnut/README share/doc/gnut/TUTORIAL +share/doc/gnut/gnut.html +share/doc/gnut/gnut-1.html +share/doc/gnut/gnut-2.html +share/doc/gnut/gnut-3.html +share/doc/gnut/gnut-4.html +share/doc/gnut/gnut-5.html +share/doc/gnut/gnut-6.html share/gnut/gnutrc.sample @dirrm share/doc/gnut/ @dirrm share/gnut/ |