diff options
author | minskim <minskim@pkgsrc.org> | 2004-05-10 23:20:30 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-05-10 23:20:30 +0000 |
commit | 093432ee1126deee3d2e7344c885c3a84af44b53 (patch) | |
tree | a092d85ff148f003fc4fe7a1f6641b24fd0d0390 /mail | |
parent | f868d6a9668a4d4cf22c916369e4bdb581199bd4 (diff) | |
download | pkgsrc-093432ee1126deee3d2e7344c885c3a84af44b53.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/tnef2txt/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mail/tnef2txt/Makefile b/mail/tnef2txt/Makefile index ec8e37c8735..9a05d52ad53 100644 --- a/mail/tnef2txt/Makefile +++ b/mail/tnef2txt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/07/21 16:56:57 martti Exp $ +# $NetBSD: Makefile,v 1.5 2004/05/10 23:20:30 minskim Exp $ # DISTNAME= tnef2txt-1.4 @@ -9,8 +9,12 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.fiction.net/blong/programs/ COMMENT= Portable application/ms-tnef parser +PKG_INSTALLATION_TYPES= overwrite pkgviews + ALL_TARGET= tnef2txt +INSTALLATION_DIRS= bin + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${PREFIX}/bin |