diff options
author | jschauma <jschauma> | 2003-04-19 00:16:58 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2003-04-19 00:16:58 +0000 |
commit | 6cc67df589572536a325b14789a1e737cbd29edf (patch) | |
tree | a3b0b64366e1a1021e4d17ea4b9b81443b4316b1 /lang/ocaml/Makefile | |
parent | ec30d98e9e9f46a64630e12a029618762ceaab9c (diff) | |
download | pkgsrc-6cc67df589572536a325b14789a1e737cbd29edf.tar.gz |
Use BSD_INSTALL_* rather than 'mkdir' and 'cp' to install the files, so that
it's not a problem if root has a more stringent umask. Bump PKGREVISION.
Diffstat (limited to 'lang/ocaml/Makefile')
-rw-r--r-- | lang/ocaml/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 9391bd525d3..93658e6c2d9 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/03/14 19:37:42 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/19 00:16:58 jschauma Exp $ # DISTNAME= ocaml-3.06 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.inria.fr/lang/caml-light/${DISTNAME}/ |