diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 13:55:26 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 13:55:26 +0800 |
commit | 58afae9c3f1b6e0996d64313ab7b9c52b1f8b33e (patch) | |
tree | 64d1ae0ae6221c3a3071f1bf905bd70c3a0e76aa /lang/ocaml-camlidl | |
parent | f1a0e5706ebf01951f002f156d49a31e6cc6d731 (diff) | |
download | freebsd-ports-gnome-58afae9c3f1b6e0996d64313ab7b9c52b1f8b33e.tar.gz freebsd-ports-gnome-58afae9c3f1b6e0996d64313ab7b9c52b1f8b33e.tar.zst freebsd-ports-gnome-58afae9c3f1b6e0996d64313ab7b9c52b1f8b33e.zip |
bsd.port.port.mk -> bsd.port.post.mk
Pointy hat to: moi
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> |