summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-29 13:01:11 +0000
committerminskim <minskim@pkgsrc.org>2004-05-29 13:01:11 +0000
commitf7525a92ce034bfbe2ee870e7a8cfe7cb9d53ccd (patch)
tree46a3d296239847756bce4a6b4af30d5054711d9c /textproc
parent70dc224cd0b68e89314e9468211a28dd8ed5fe79 (diff)
downloadpkgsrc-f7525a92ce034bfbe2ee870e7a8cfe7cb9d53ccd.tar.gz
Enable pkgviews installation.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xmlindent/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/xmlindent/Makefile b/textproc/xmlindent/Makefile
index c1573c87c6f..69c217f7996 100644
--- a/textproc/xmlindent/Makefile
+++ b/textproc/xmlindent/Makefile
@@ -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 @@ MAINTAINER= pancake@phreaker.net
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