From 644bbfd1cff7d11a6c16a98fe6e26a46e4e5b58a Mon Sep 17 00:00:00 2001 From: Stanislav Sedov Date: Mon, 12 May 2008 23:37:19 +0000 Subject: - Fix package building - Bump portrevision. --- databases/ocaml-pgocaml/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'databases') diff --git a/databases/ocaml-pgocaml/Makefile b/databases/ocaml-pgocaml/Makefile index 89ac4b6592c9..987cb382fd85 100644 --- a/databases/ocaml-pgocaml/Makefile +++ b/databases/ocaml-pgocaml/Makefile @@ -7,6 +7,7 @@ PORTNAME= pgocaml PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://merjis.com/_file/ PKGNAMEPREFIX= ocaml- @@ -26,4 +27,8 @@ OCAML_PKGDIRS= pgocaml INSTALL_TARGET= findlib_install +post-install: + @${FIND} ${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ + ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} + .include -- cgit v1.2.3