diff options
Diffstat (limited to 'textproc')
-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 \ |