diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 05:55:26 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 05:55:26 +0000 |
commit | 54a819d4997c3974e6b9ea11c3c90f3831299f71 (patch) | |
tree | eada21c734a1f44533c43f985efab2af7abb73b1 /lang/ocaml-camlidl | |
parent | 1f1bf1968c025be7f08b3e9ef798e9fbbe27e4f2 (diff) | |
download | ports-54a819d4997c3974e6b9ea11c3c90f3831299f71.tar.gz ports-54a819d4997c3974e6b9ea11c3c90f3831299f71.zip |
Notes
Diffstat (limited to 'lang/ocaml-camlidl')
-rw-r--r-- | lang/ocaml-camlidl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile index 2daf24592706..abae0a37eb8a 100644 --- a/lang/ocaml-camlidl/Makefile +++ b/lang/ocaml-camlidl/Makefile @@ -63,4 +63,4 @@ test: ${WRKSRC}/tests/Makefile cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} all -.include <bsd.port.port.mk> +.include <bsd.port.post.mk> |