diff options
Diffstat (limited to 'mail/cue')
-rw-r--r-- | mail/cue/Makefile | 4 | ||||
-rw-r--r-- | mail/cue/pkg/PLIST | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/cue/Makefile b/mail/cue/Makefile index 1e1c1909e4a..64b6b82a49a 100644 --- a/mail/cue/Makefile +++ b/mail/cue/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/10 00:27:58 itojun Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/13 04:37:37 itojun Exp $ DISTNAME= cue-snap-20010410 PKGNAME= cue-20010410 @@ -29,5 +29,7 @@ CONFIGURE_ARGS+=--with-canna=${LOCALBASE} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/cue ${PREFIX}/bin + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/cue + ${INSTALL_DATA} ${WRKSRC}/sample.cuerc ${PREFIX}/share/examples/cue .include "../../mk/bsd.pkg.mk" diff --git a/mail/cue/pkg/PLIST b/mail/cue/pkg/PLIST index e21c0dd86da..035e0064b97 100644 --- a/mail/cue/pkg/PLIST +++ b/mail/cue/pkg/PLIST @@ -1,2 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/04/10 00:24:46 itojun Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/04/13 04:37:37 itojun Exp $ bin/cue +share/examples/cue/sample.cuerc +@dirrm share/examples/cue |