diff options
author | sevan <sevan@pkgsrc.org> | 2015-03-06 01:18:04 +0000 |
---|---|---|
committer | sevan <sevan@pkgsrc.org> | 2015-03-06 01:18:04 +0000 |
commit | eba8164434eff655db119144d6c94c141706b7a9 (patch) | |
tree | 59166d8bcad933e5f24026f08aebc2d181d5c5a3 /textproc/ocaml-csv | |
parent | 057aa8c5db77d7b7ad3058f56f940d0d9e60f880 (diff) | |
download | pkgsrc-eba8164434eff655db119144d6c94c141706b7a9.tar.gz |
Don't steer away from the documented procedure, use bsd.prefs.mk
Diffstat (limited to 'textproc/ocaml-csv')
-rw-r--r-- | textproc/ocaml-csv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ocaml-csv/Makefile b/textproc/ocaml-csv/Makefile index 5273b1cdc6e..e3fcf59f8d5 100644 --- a/textproc/ocaml-csv/Makefile +++ b/textproc/ocaml-csv/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/03/04 15:31:49 sevan Exp $ +# $NetBSD: Makefile,v 1.6 2015/03/06 01:18:58 sevan Exp $ PKGNAME= ocaml-${DISTNAME} DISTNAME= csv-1.3.0 @@ -22,7 +22,7 @@ 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 /dev/null" :: findlib_name,' -.include "../../mk/bsd.fast.prefs.mk" +.include "../../mk/bsd.prefs.mk" PLIST_VARS= opt .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \ |