- Use USE_OCAML
- Avoid unnessary usage of bsd.port.{pre, post}.mk Pointed out by: sat
This commit is contained in:
parent
3b214df5ed
commit
98a6aba210
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194239
@ -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 <bsd.port.pre.mk>
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ledit.out ${PREFIX}/bin/ledit
|
||||
${INSTALL_MAN} ${WRKSRC}/ledit.l ${MANPREFIX}/man/man1/ledit.1
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user