diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-04 14:22:48 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-04 14:22:48 +0000 |
commit | 12b8b2a420a106310cd5e3b0667895553b5e1c1a (patch) | |
tree | e051819abd075ee3ee1e686ec96957dbb4a53b0a | |
parent | b854548ad24776474839e075dc16de79f312c51a (diff) | |
download | pkgsrc-12b8b2a420a106310cd5e3b0667895553b5e1c1a.tar.gz |
Ensure that the main PLIST component file is part of PLIST_SRC for
platforms other than i386, powerpc, and sparc. Problem noted and fix
suggested by Olaf Seibert on pkgsrc-users@. Bump PKGREVISION for PLIST
changes.
-rw-r--r-- | lang/ocaml/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 02378578025..054753d7b8e 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.45 2006/02/05 23:09:46 joerg Exp $ +# $NetBSD: Makefile,v 1.46 2006/04/04 14:22:48 jlam Exp $ .include "Makefile.common" -PKGREVISION= 2 +PKGREVISION= 3 CONFIGURE_ARGS+= -no-tk CONFIGURE_ENV+= disable_x11=yes @@ -17,8 +17,8 @@ PLIST_SRC= ${PKGDIR}/PLIST.opt !(${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc") PLIST_SRC+= ${PKGDIR}/PLIST.prof . endif -PLIST_SRC+= ${PKGDIR}/PLIST .endif +PLIST_SRC+= ${PKGDIR}/PLIST .if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD" PLIST_SRC+= ${PKGDIR}/PLIST.stub |