obey PREFIX

This commit is contained in:
espie 2018-08-10 10:20:21 +00:00
parent bb921d2165
commit a18c858d08
4 changed files with 9 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.4 2017/07/04 12:51:59 benoit Exp $
# $OpenBSD: Makefile,v 1.5 2018/08/10 10:20:21 espie Exp $
COMMENT = convert filenames from one encoding to another
DISTNAME = convmv-2.03
@ -10,5 +10,6 @@ PERMIT_PACKAGE_CDROM = Yes
MASTER_SITES = ${HOMEPAGE}
TEST_TARGET = test
MAKE_FLAGS = PREFIX='${PREFIX}'
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.17 2018/04/23 09:10:28 jca Exp $
# $OpenBSD: Makefile,v 1.18 2018/08/10 10:20:21 espie Exp $
COMMENT= hierarchical memory pool system with destructors
@ -39,7 +39,7 @@ MAKE_ENV += LIB${_l:S/-/_/g}_VERSION=${_v}
TEST_ENV= LD_LIBRARY_PATH="${WRKSRC}/bin/default"
CONFIGURE_STYLE= simple
CONFIGURE_ARGS= --mandir="${PREFIX}/man" \
CONFIGURE_ARGS= --prefix='${PREFIX}' --mandir="${PREFIX}/man" \
--disable-rpath
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2017/07/26 22:45:27 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2018/08/10 10:20:22 espie Exp $
COMMENT= command line MPEG audio/video/system file toolbox
@ -19,6 +19,7 @@ USE_GMAKE= Yes
CONFIGURE_STYLE= simple
CONFIGURE_ENV+= CC="${CXX}"
CONFIGURE_ARGS += --prefix='${PREFIX}'
ALL_TARGET=
NO_TEST= Yes

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.8 2018/03/05 05:46:18 rpointel Exp $
# $OpenBSD: Makefile,v 1.9 2018/08/10 10:20:22 espie Exp $
COMMENT = access the Expert Witness Compression Format
@ -33,7 +33,8 @@ LIB_DEPENDS += devel/libbfio \
sysutils/libsmraw
CONFIGURE_STYLE = simple
CONFIGURE_ARGS += --mandir=${PREFIX}/man \
CONFIGURE_ARGS += --prefix='${PREFIX}' \
--mandir=${PREFIX}/man \
--enable-python \
--with-pyprefix=${LOCALBASE} \
--with-libuuid=no \