diff options
author | hubertf <hubertf> | 2002-01-02 11:54:27 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2002-01-02 11:54:27 +0000 |
commit | 106f177f4f479b05a939343f445215a1dd355658 (patch) | |
tree | f87fa74df6806a5fb623aa74fbe0e953815a2835 /mail/cue | |
parent | ab94c50a7ed3199a5703d39627763e7f9d9a9a59 (diff) | |
download | pkgsrc-106f177f4f479b05a939343f445215a1dd355658.tar.gz |
Bump to 20010917nb1:
install cue.hlp and cue.html file
Diffstat (limited to 'mail/cue')
-rw-r--r-- | mail/cue/Makefile | 6 | ||||
-rw-r--r-- | mail/cue/PLIST | 5 |
2 files changed, 9 insertions, 2 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index d678223a5a1..b89b701d068 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.6 2001/09/20 11:32:20 itojun Exp $ +# $NetBSD: Makefile,v 1.7 2002/01/02 11:54:27 hubertf Exp $ DISTNAME= cue-snap-20010917 PKGNAME= cue-20010917 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://sh.wide.ad.jp/WIDE/free-ware/cue/snap/ @@ -31,5 +32,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue ${INSTALL_DATA} ${WRKSRC}/sample.cuerc ${PREFIX}/share/examples/cue + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/cue + ${INSTALL_DATA} ${WRKSRC}/cue.hlp ${PREFIX}/share/doc/cue + ${INSTALL_DATA} ${WRKSRC}/cue.html ${PREFIX}/share/doc/cue .include "../../mk/bsd.pkg.mk" diff --git a/mail/cue/PLIST b/mail/cue/PLIST index 207193c5800..e7ce799cd60 100644 --- a/mail/cue/PLIST +++ b/mail/cue/PLIST @@ -1,4 +1,7 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:59:45 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/01/02 11:54:27 hubertf Exp $ bin/cue share/examples/cue/sample.cuerc @dirrm share/examples/cue +share/doc/cue/cue.hlp +share/doc/cue/cue.html +@dirrm share/doc/cue |