diff options
author | minskim <minskim@pkgsrc.org> | 2004-07-30 14:53:43 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-07-30 14:53:43 +0000 |
commit | de9ae82e3c074a9a862b5a2a49d1e6b3c580aec6 (patch) | |
tree | b378e40e94aeae459099be4f4a060ede9febde1f /archivers | |
parent | 9a9f3eea71303da2019fcfbac874003b34f58307 (diff) | |
download | pkgsrc-de9ae82e3c074a9a862b5a2a49d1e6b3c580aec6.tar.gz |
Enable pkgviews installation.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/mousetar/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/archivers/mousetar/Makefile b/archivers/mousetar/Makefile index a8746d09a71..663525b27b1 100644 --- a/archivers/mousetar/Makefile +++ b/archivers/mousetar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/07/29 21:47:09 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2004/07/30 14:53:43 minskim Exp $ # DISTNAME= mousetar-20021217 @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org #HOMEPAGE= none COMMENT= der Mouse's version of tar program +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR} USE_BUILDLINK3= yes @@ -19,6 +21,8 @@ USE_BUILDLINK3= yes CPPFLAGS+= -DTAR_INODE_INTERNAL .endif +INSTALLATION_DIRS= bin man/man1 + do-extract: for f in ${DISTFILES}; do \ ${CP} ${DISTDIR}/$$f ${WRKDIR}; \ |