diff options
author | kris <kris@FreeBSD.org> | 2004-12-31 07:57:11 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-12-31 07:57:11 +0800 |
commit | bdc096137381dd33a2f700db2da2c64b026e1aca (patch) | |
tree | 5da2ebf45df4d91ac1c186b56224f9415ad31463 /textproc | |
parent | e35e7da51b8f6bac5858574905dd92237dcee079 (diff) | |
download | freebsd-ports-gnome-bdc096137381dd33a2f700db2da2c64b026e1aca.tar.gz freebsd-ports-gnome-bdc096137381dd33a2f700db2da2c64b026e1aca.tar.zst freebsd-ports-gnome-bdc096137381dd33a2f700db2da2c64b026e1aca.zip |
Remove USE_X_PREFIX=no and set PREFIX?=${LOCALBASE} explicitly, since we
still want the X libraries but don't want to install in X11BASE for some
reason.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook-to-man/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/docbook-to-man/Makefile b/textproc/docbook-to-man/Makefile index bfc4a26bf583..ebb2b73cf8c5 100644 --- a/textproc/docbook-to-man/Makefile +++ b/textproc/docbook-to-man/Makefile @@ -38,7 +38,7 @@ RUN_DEPENDS+= ${LOCALBASE}/share/sgml/docbook:${PORTSDIR}/textproc/docbook USE_REINPLACE= yes USE_IMAKE= yes -USE_X_PREFIX= no +PREFIX?= ${LOCALBASE} USE_XLIB= yes XFREE86_HTML_MAN= no |