summaryrefslogtreecommitdiff
path: root/x11/ocaml-graphics
diff options
context:
space:
mode:
authorwiz <wiz>2006-02-22 21:00:32 +0000
committerwiz <wiz>2006-02-22 21:00:32 +0000
commit96e055df7e3f820cf9e78779ba0e5fbd76bd7e35 (patch)
tree925a1371a53bc78dacf51fecc5dad68293000557 /x11/ocaml-graphics
parent87038c69eb42bb675124e8772835d83d2acbe0b2 (diff)
downloadpkgsrc-96e055df7e3f820cf9e78779ba0e5fbd76bd7e35.tar.gz
Add missing file+dir to PLIST. Bump PKGREVISION.
Diffstat (limited to 'x11/ocaml-graphics')
-rw-r--r--x11/ocaml-graphics/Makefile11
-rw-r--r--x11/ocaml-graphics/PLIST6
2 files changed, 9 insertions, 8 deletions
diff --git a/x11/ocaml-graphics/Makefile b/x11/ocaml-graphics/Makefile
index 47dc3b3b78f..058cef98742 100644
--- a/x11/ocaml-graphics/Makefile
+++ b/x11/ocaml-graphics/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2006/02/05 23:11:40 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2006/02/22 21:00:32 wiz Exp $
.include "../../lang/ocaml/Makefile.common"
PKGNAME= ${DISTNAME:S/ocaml/ocaml-graphics/}
-PKGREVISION= 1
+PKGREVISION= 2
COMMENT+= (graphics library)
@@ -35,12 +35,11 @@ SUBST_CLASSES+= depend
SUBST_STAGE.depend= post-patch
SUBST_FILES.depend= otherlibs/graph/.depend
SUBST_SED.depend= -e 's,/usr/X11R6,${X11BASE},g'
-SUBST_MESSAGE.depend= "Fixing .depend in otherlibs/graph"
-
-.include "../../lang/ocaml/buildlink3.mk"
-.include "../../mk/x11.buildlink3.mk"
+SUBST_MESSAGE.depend= Fixing .depend in otherlibs/graph.
post-build:
@${CP} ${PKGDIR}/PLIST ${WRKDIR}/.PLIST_SRC
+.include "../../lang/ocaml/buildlink3.mk"
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/x11/ocaml-graphics/PLIST b/x11/ocaml-graphics/PLIST
index da4a156fba7..1213e3639b3 100644
--- a/x11/ocaml-graphics/PLIST
+++ b/x11/ocaml-graphics/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/24 17:17:49 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/22 21:00:32 wiz Exp $
lib/ocaml/graphics.a
lib/ocaml/graphics.cma
lib/ocaml/graphics.cmi
@@ -7,4 +7,6 @@ lib/ocaml/graphics.mli
lib/ocaml/graphicsX11.cmi
lib/ocaml/graphicsX11.mli
lib/ocaml/libgraphics.a
-@comment in ocaml: @dirrm lib/ocaml
+lib/ocaml/stublibs/dllgraphics.so
+@unexec ${RMDIR} %D/lib/ocaml/stublibs 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/lib/ocaml 2>/dev/null || ${TRUE}