summaryrefslogtreecommitdiff
path: root/lang/ocaml/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-04 14:22:48 +0000
committerjlam <jlam>2006-04-04 14:22:48 +0000
commitc06603182354e3175b619eda106d970019c73a4b (patch)
treee051819abd075ee3ee1e686ec96957dbb4a53b0a /lang/ocaml/Makefile
parent9bb634c97dc6319c732a8e195068b25002854e36 (diff)
downloadpkgsrc-c06603182354e3175b619eda106d970019c73a4b.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.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r--lang/ocaml/Makefile6
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