Make sure the LICENSE gets installed somewhere, so that we respect
the LICENSE terms. That way, we can safely set PERMIT_* to Yes. Bad, bad, angelos.
This commit is contained in:
parent
5a5b0b61cd
commit
29be8b194d
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2000/02/10 10:03:19 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2000/03/07 17:16:30 espie Exp $
|
||||
|
||||
DISTNAME= ocaml-2.04
|
||||
CATEGORIES= lang
|
||||
@ -7,8 +7,14 @@ DISTFILES= ${DISTNAME}.tar.gz ${DOCFILES}
|
||||
|
||||
MAINTAINER= angelos@openbsd.org
|
||||
|
||||
HAS_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
|
||||
HAS_CONFIGURE= Yes
|
||||
USE_GMAKE= Yes
|
||||
ALL_TARGET= world bootstrap opt
|
||||
|
||||
DOCFILES= ${DISTNAME}-refman.html.tar.gz
|
||||
@ -17,5 +23,6 @@ post-install:
|
||||
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/ocaml/html
|
||||
@${INSTALL_DATA} ${WRKDIR}/htmlman/* ${PREFIX}/share/doc/ocaml/html
|
||||
@strip ${PREFIX}/bin/ocamlrun ${PREFIX}/bin/ocamlyacc
|
||||
@${INSTALL_DATA} ${WKRSRC}/LICENSE ${PREFIX}/share/doc/ocaml
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -241,6 +241,7 @@ man/man1/ocamlyacc.1
|
||||
man/man1/ocamlc.opt.1
|
||||
man/man1/ocamlmktop.1
|
||||
man/man1/ocamlopt.opt.1
|
||||
share/doc/ocaml/LICENSE
|
||||
share/doc/ocaml/html/contents_motif.gif
|
||||
share/doc/ocaml/html/index.html
|
||||
share/doc/ocaml/html/libgraph.gif
|
||||
|
Loading…
x
Reference in New Issue
Block a user