diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2014-04-17 11:13:23 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2014-04-17 11:13:23 +0000 |
commit | 9f5153badf31156bd192d99c9285648c5a230d21 (patch) | |
tree | eff1dd749d42a6e195342fca2d7976887c8a0f4d /databases/ocaml-sqlite3 | |
parent | e1c687c359629057003901d9d3b75007c4aa5d63 (diff) | |
download | pkgsrc-9f5153badf31156bd192d99c9285648c5a230d21.tar.gz |
Do not need to set -destdir here, because
ocaml-findlib/buildlink3.mk does.
Diffstat (limited to 'databases/ocaml-sqlite3')
-rw-r--r-- | databases/ocaml-sqlite3/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/databases/ocaml-sqlite3/Makefile b/databases/ocaml-sqlite3/Makefile index 2e9894b975d..b1fe5dbe510 100644 --- a/databases/ocaml-sqlite3/Makefile +++ b/databases/ocaml-sqlite3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2014/04/09 07:27:04 obache Exp $ +# $NetBSD: Makefile,v 1.13 2014/04/17 11:13:23 hiramatsu Exp $ PKGNAME= ocaml-sqlite3-${VERSION} DISTNAME= sqlite3-ocaml-${VERSION} @@ -17,12 +17,6 @@ CONFIGURE_ARGS+= --destdir "${DESTDIR}" --prefix "${PREFIX}" USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c -SUBST_CLASSES+= destdir -SUBST_STAGE.destdir= post-configure -SUBST_MESSAGE.destdir= Changing install location to DESTDIR -SUBST_FILES.destdir= setup.ml -SUBST_SED.destdir= -e 's,"install" :: findlib_name,"install" :: "-destdir ${DESTDIR}${PREFIX}/lib/ocaml/site-lib" :: "-ldconf /var/null" :: findlib_name,' - PLIST_VARS= opt .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ (${MACHINE_ARCH} == "sparc") || (${MACHINE_ARCH} == "x86_64") || \ |