blob: a82545c1baea79c90738f2b1ebbf28a2010525d3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# Ports collection makefile for: xmlindent
# Date created: Apr 1, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= xmlindent
PORTVERSION= 0.2.17
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= david@dyn-ns.net
COMMENT= XML stream reformatter
USE_REINPLACE= yes
MAN1= xmlindent.1
MANCOMPRESSED= no
PLIST_FILES= bin/xmlindent
post-patch:
@${REINPLACE_CMD} -e 's|/usr/local/|${PREFIX}|' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's|/share/man/|/man/|' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|