diff options
author | stas <stas@FreeBSD.org> | 2008-05-19 19:51:19 +0800 |
---|---|---|
committer | stas <stas@FreeBSD.org> | 2008-05-19 19:51:19 +0800 |
commit | 5421c805914087352b44624cfc8dbffd95d7b842 (patch) | |
tree | 04627902582fc50777e17e7978226422e0f3381b /devel | |
parent | 22e7547788986d4d2ce24ab1413ff1c11bcc0539 (diff) | |
download | freebsd-ports-graphics-5421c805914087352b44624cfc8dbffd95d7b842.tar.gz freebsd-ports-graphics-5421c805914087352b44624cfc8dbffd95d7b842.tar.zst freebsd-ports-graphics-5421c805914087352b44624cfc8dbffd95d7b842.zip |
- Install META file to allow this port to be used with findlib
system.
- Bump PORTREVISION.
PR: ports/122850
Submitted by: Jaap Boender <Jaap.Boender@pps.jussieu.fr>
Approved by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ocaml-camlp5/Makefile | 2 | ||||
-rw-r--r-- | devel/ocaml-camlp5/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/devel/ocaml-camlp5/Makefile b/devel/ocaml-camlp5/Makefile index fb95fe4337b..07345d1b1c2 100644 --- a/devel/ocaml-camlp5/Makefile +++ b/devel/ocaml-camlp5/Makefile @@ -8,6 +8,7 @@ PORTNAME= camlp5 PORTVERSION= 5.08 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= http://cristal.inria.fr/~ddr/camlp5/distrib/src/ \ http://pauillac.inria.fr/~ddr/camlp5/distrib/src/ @@ -47,5 +48,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .endif + ${INSTALL_DATA} ${WRKSRC}/etc/META ${PREFIX}/lib/ocaml/${PORTNAME} .include <bsd.port.post.mk> diff --git a/devel/ocaml-camlp5/pkg-plist b/devel/ocaml-camlp5/pkg-plist index 0a737ea50f8..edc006a6724 100644 --- a/devel/ocaml-camlp5/pkg-plist +++ b/devel/ocaml-camlp5/pkg-plist @@ -7,6 +7,7 @@ bin/camlp5sch bin/mkcamlp5 bin/mkcamlp5.opt bin/ocpp5 +lib/ocaml/camlp5/META lib/ocaml/camlp5/ast2pt.cmi lib/ocaml/camlp5/ast2pt.mli lib/ocaml/camlp5/camlp5.a |