aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorglarkin <glarkin@FreeBSD.org>2009-04-25 10:07:30 +0800
committerglarkin <glarkin@FreeBSD.org>2009-04-25 10:07:30 +0800
commit48f366df1fd7a37d4f6607fcb32d41d313868237 (patch)
tree0d8e416133b32734fdda4a085e2af2dc449f5804 /textproc
parentee44a2142a89ded755cb1b30096e782e8132da8c (diff)
downloadfreebsd-ports-gnome-48f366df1fd7a37d4f6607fcb32d41d313868237.tar.gz
freebsd-ports-gnome-48f366df1fd7a37d4f6607fcb32d41d313868237.tar.zst
freebsd-ports-gnome-48f366df1fd7a37d4f6607fcb32d41d313868237.zip
- Add post-patch to fix configure script so it embeds the actual
value of PREFIX in the Perl scripts, instead of a variable reference - Bump PORTREVISION
Diffstat (limited to 'textproc')
-rw-r--r--textproc/docbook2X/Makefile5
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 \