diff options
author | minskim <minskim@pkgsrc.org> | 2004-06-17 20:56:56 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-06-17 20:56:56 +0000 |
commit | 8f104a7839385d1cf7eedfc587a6adfd4aa161ce (patch) | |
tree | de6a717c2aeb5961bd41e2dbf081034f51431b23 /mail/metamail/Makefile | |
parent | 21cb1c303251e8bc217afdcb9bf20aa55be362b7 (diff) | |
download | pkgsrc-8f104a7839385d1cf7eedfc587a6adfd4aa161ce.tar.gz |
Fix PR pkg/25779.
- Correct permission of font files by using BSD_INSTALL_*.
- Use symlinks instead of copying the same file with different names.
Bump PKGREVISION.
Diffstat (limited to 'mail/metamail/Makefile')
-rw-r--r-- | mail/metamail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/metamail/Makefile b/mail/metamail/Makefile index 140786856d0..3f00c702f22 100644 --- a/mail/metamail/Makefile +++ b/mail/metamail/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.29 2004/06/10 15:31:47 minskim Exp $ +# $NetBSD: Makefile,v 1.30 2004/06/17 20:56:56 minskim Exp $ DISTNAME= mm2.7 PKGNAME= metamail-2.7 -PKGREVISION= 5 +PKGREVISION= 6 CATEGORIES= mail MASTER_SITES= ftp://thumper.bellcore.com/pub/nsb/ EXTRACT_SUFX= .tar.Z |