pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/ocaml Ensure that the main PLIST component file i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/596d83b93c59
branches:  trunk
changeset: 510800:596d83b93c59
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Tue Apr 04 14:22:48 2006 +0000

description:
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.

diffstat:

 lang/ocaml/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r 21c8a30f7760 -r 596d83b93c59 lang/ocaml/Makefile
--- a/lang/ocaml/Makefile       Tue Apr 04 13:51:04 2006 +0000
+++ b/lang/ocaml/Makefile       Tue Apr 04 14:22:48 2006 +0000
@@ -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 @@
       !(${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "sparc")
 PLIST_SRC+=    ${PKGDIR}/PLIST.prof
 .  endif
+.endif
 PLIST_SRC+=    ${PKGDIR}/PLIST
-.endif
 
 .if ${OPSYS} == "Darwin" || ${OPSYS} == "DragonFly" || ${OPSYS} == "NetBSD"
 PLIST_SRC+=    ${PKGDIR}/PLIST.stub



Home | Main Index | Thread Index | Old Index