summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2008-05-12 23:37:19 +0000
committerStanislav Sedov <stas@FreeBSD.org>2008-05-12 23:37:19 +0000
commit644bbfd1cff7d11a6c16a98fe6e26a46e4e5b58a (patch)
tree04a738921122f7c85fd0b9d917817a1b02e44d8a /databases
parentUpdate to 4.4.2 (diff)
- Fix package building
- Bump portrevision.
Notes
Notes: svn path=/head/; revision=212974
Diffstat (limited to 'databases')
-rw-r--r--databases/ocaml-pgocaml/Makefile5
1 files changed, 5 insertions, 0 deletions
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 <bsd.port.mk>