summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2016-12-10 04:11:40 +0000
committerMikhail Teterin <mi@FreeBSD.org>2016-12-10 04:11:40 +0000
commitee8eb473b784996481152a067191030dbc19ffef (patch)
tree6aeb1a0c65450c9052fce3f5531be5b3c6dfce2a /textproc
parentOops, mark as NO_ARCH (diff)
Explicitly state the desired PREFIX to avoid breakage, where it
is anything other than /usr/local. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=428271
Diffstat (limited to 'textproc')
-rw-r--r--textproc/minixmlto/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/minixmlto/Makefile b/textproc/minixmlto/Makefile
index 83cad2b27900..016946fdef78 100644
--- a/textproc/minixmlto/Makefile
+++ b/textproc/minixmlto/Makefile
@@ -16,5 +16,6 @@ RUN_DEPENDS= docbook-xsl>0:textproc/docbook-xsl \
USE_GITHUB= yes
GH_ACCOUNT= bapt
PLIST_FILES= bin/minixmlto
+MAKE_ARGS= PREFIX="${PREFIX}"
.include <bsd.port.mk>