aboutsummaryrefslogtreecommitdiffstats
path: root/lang/ocaml-camlidl
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2007-10-04 09:25:18 +0800
committeredwin <edwin@FreeBSD.org>2007-10-04 09:25:18 +0800
commitec40c1b18590a321d5dbd5ebbd73bea024902e87 (patch)
tree8e3df2c273b28d72e1077fa05e7244c8733a9f7a /lang/ocaml-camlidl
parent7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (diff)
downloadfreebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.gz
freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.tar.zst
freebsd-ports-gnome-ec40c1b18590a321d5dbd5ebbd73bea024902e87.zip
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'lang/ocaml-camlidl')
-rw-r--r--lang/ocaml-camlidl/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/ocaml-camlidl/Makefile b/lang/ocaml-camlidl/Makefile
index 249c7cf3dd4c..2daf24592706 100644
--- a/lang/ocaml-camlidl/Makefile
+++ b/lang/ocaml-camlidl/Makefile
@@ -26,10 +26,6 @@ DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME}
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-USE_GMAKE= yes
-.endif
-
post-extract:
@${REINPLACE_CMD} -e "s,^\(OCAMLLIB=\).*,\1${PREFIX}/lib/ocaml,g" \
-e "s,^\(BINDIR=\).*,\1${PREFIX}/bin,g" \
@@ -67,4 +63,4 @@ test:
${WRKSRC}/tests/Makefile
cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE} all
-.include <bsd.port.post.mk>
+.include <bsd.port.port.mk>