diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-25 02:07:30 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2009-04-25 02:07:30 +0000 |
commit | db3906d18d41231403ba7844fd2080bd74d2967b (patch) | |
tree | 2de4c0cbd7cc27e53809b1a05c10af9e9f13b3b8 /textproc/docbook2X | |
parent | 43af85265336796e88ece6702ed6e7b72c51632d (diff) |
Notes
Diffstat (limited to 'textproc/docbook2X')
-rw-r--r-- | textproc/docbook2X/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/textproc/docbook2X/Makefile b/textproc/docbook2X/Makefile index fc56a528382f..b9f64ea69c61 100644 --- a/textproc/docbook2X/Makefile +++ b/textproc/docbook2X/Makefile @@ -7,6 +7,7 @@ PORTNAME= docbook2X PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF @@ -30,6 +31,10 @@ USE_ICONV= yes EXTRA_PATCHES+= ${FILESDIR}/extra-patch-doc__Makefile.in .endif +post-patch: + @${REINPLACE_CMD} "s|\$${prefix}|${PREFIX}|" \ + ${WRKSRC}/configure + MAN1= db2x_manxml.1 \ db2x_texixml.1 \ db2x_xsltproc.1 \ |