pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/xmlindent Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c041c707d3ed
branches:  trunk
changeset: 475909:c041c707d3ed
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Sat May 29 13:01:11 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 textproc/xmlindent/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 1d9288791506 -r c041c707d3ed textproc/xmlindent/Makefile
--- a/textproc/xmlindent/Makefile       Sat May 29 12:55:23 2004 +0000
+++ b/textproc/xmlindent/Makefile       Sat May 29 13:01:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/04/01 05:29:57 xtraeme Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/29 13:01:11 minskim Exp $
 #
 
 DISTNAME=      xmlindent-0.2.16
@@ -9,9 +9,13 @@
 HOMEPAGE=      http://www.cs.helsinki.fi/u/penberg/xmlindent/src/
 COMMENT=       XML stream reformatter written in ANSI C
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 USE_BUILDLINK3=        yes
 USE_GNU_TOOLS+=        lex
 
+INSTALLATION_DIRS=     bin man/man1
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/xmlindent ${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/xmlindent.1 ${PREFIX}/man/man1



Home | Main Index | Thread Index | Old Index