diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-22 21:00:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-22 21:00:32 +0000 |
commit | 16cc29c9c3c2e27c0a9dd5ff5502f79ce4ab20f9 (patch) | |
tree | 925a1371a53bc78dacf51fecc5dad68293000557 /x11/ocaml-graphics | |
parent | 1c9fe17b5befdbd360541da042121f0a5d1c47b4 (diff) | |
download | pkgsrc-16cc29c9c3c2e27c0a9dd5ff5502f79ce4ab20f9.tar.gz |
Add missing file+dir to PLIST. Bump PKGREVISION.
Diffstat (limited to 'x11/ocaml-graphics')
-rw-r--r-- | x11/ocaml-graphics/Makefile | 11 | ||||
-rw-r--r-- | x11/ocaml-graphics/PLIST | 6 |
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} |