diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-05 08:03:04 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-05 08:03:04 +0800 |
commit | 01f35804cf298a465db7784becd3fc9aa11bcce0 (patch) | |
tree | 1c1779c16b78d6a14cfd035c9205ee003826da9c /devel/libhid | |
parent | faa7aff9e824eafdca86692980d55c17bbcc71ad (diff) | |
download | freebsd-ports-gnome-01f35804cf298a465db7784becd3fc9aa11bcce0.tar.gz freebsd-ports-gnome-01f35804cf298a465db7784becd3fc9aa11bcce0.tar.zst freebsd-ports-gnome-01f35804cf298a465db7784becd3fc9aa11bcce0.zip |
Fix install with custom PREFIX
Submitted by: maintainer
Reported by: QATty
Diffstat (limited to 'devel/libhid')
-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> |