From 48de33a21a70bd6c0868c2e5e04b9797636f6385 Mon Sep 17 00:00:00 2001 From: barner Date: Mon, 25 Jun 2007 17:14:41 +0000 Subject: - Use USE_OCAML - Avoid unnessary usage of bsd.port.{pre, post}.mk Pointed out by: sat --- sysutils/ledit/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sysutils/ledit') diff --git a/sysutils/ledit/Makefile b/sysutils/ledit/Makefile index da541d0f475c..ad8c6421d26e 100644 --- a/sysutils/ledit/Makefile +++ b/sysutils/ledit/Makefile @@ -16,7 +16,7 @@ MASTER_SITES= ftp://ftp.inria.fr/INRIA/cristal/Daniel.de_Rauglaudre/Tools/ \ MAINTAINER= barner@FreeBSD.org COMMENT= Line editor to be used with interactive commands -BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml +USE_OCAML= yes ALL_TARGET= all ledit.opt @@ -24,10 +24,8 @@ PLIST_FILES= bin/ledit MAN1= ledit.1 -.include - do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ledit.out ${PREFIX}/bin/ledit ${INSTALL_MAN} ${WRKSRC}/ledit.l ${MANPREFIX}/man/man1/ledit.1 -.include +.include -- cgit