diff options
author | itojun <itojun@pkgsrc.org> | 2001-04-13 04:37:37 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2001-04-13 04:37:37 +0000 |
commit | 4728469792ca6de5ebeefb132eb025d6dafa231d (patch) | |
tree | 8b3339396207d76923a67901d48d1f8b16b05b7b /mail/cue/Makefile | |
parent | e2094eccde872344693558eb7f37d79475551735 (diff) | |
download | pkgsrc-4728469792ca6de5ebeefb132eb025d6dafa231d.tar.gz |
install sample .cuerc file.
Diffstat (limited to 'mail/cue/Makefile')
-rw-r--r-- | mail/cue/Makefile | 4 |
1 files changed, 3 insertions, 1 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" |