diff options
-rw-r--r-- | devel/libhid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libhid/Makefile b/devel/libhid/Makefile index 6e900635e89f..91c0d033888f 100644 --- a/devel/libhid/Makefile +++ b/devel/libhid/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/bin/swig1.3:${PORTSDIR}/devel/swig13 HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man --without-doxygen +CONFIGURE_ARGS+=--prefix=${PREFIX} --mandir=${MANPREFIX}/man --without-doxygen .include <bsd.port.pre.mk> |