pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/mousetar Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a5ff36546bf
branches:  trunk
changeset: 478812:2a5ff36546bf
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Jul 30 14:53:43 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 archivers/mousetar/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (27 lines):

diff -r dac7ce3deeb9 -r 2a5ff36546bf archivers/mousetar/Makefile
--- a/archivers/mousetar/Makefile       Fri Jul 30 14:44:13 2004 +0000
+++ b/archivers/mousetar/Makefile       Fri Jul 30 14:53:43 2004 +0000
@@ -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 @@
 #HOMEPAGE=     none
 COMMENT=       der Mouse's version of tar program
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                ${WRKDIR}
 USE_BUILDLINK3=        yes
 
@@ -19,6 +21,8 @@
 CPPFLAGS+=     -DTAR_INODE_INTERNAL
 .endif
 
+INSTALLATION_DIRS=     bin man/man1
+
 do-extract:
        for f in ${DISTFILES}; do                                       \
                ${CP} ${DISTDIR}/$$f ${WRKDIR};                         \



Home | Main Index | Thread Index | Old Index