diff options
author | agc <agc@pkgsrc.org> | 1998-02-17 10:18:36 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-02-17 10:18:36 +0000 |
commit | 96135627acdecddc05996764ca60e5f622256b8a (patch) | |
tree | e09d0903e61da3c95297cdf538997cb80f3cd811 /lang/moscow_ml/patches/patch-ah | |
parent | 390c1a41ac828f7c04a7055e2c5e19027cc52bba (diff) | |
download | pkgsrc-96135627acdecddc05996764ca60e5f622256b8a.tar.gz |
Import Moscow ML, a Standard ML implementation based on CAML Light,
into the NetBSD packages collection.
This is from Johnny C. Lam, in PR pkg/5002.
Minor fixes by me to the PLIST file for the location of two files
(libexec not lib).
Diffstat (limited to 'lang/moscow_ml/patches/patch-ah')
-rw-r--r-- | lang/moscow_ml/patches/patch-ah | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/moscow_ml/patches/patch-ah b/lang/moscow_ml/patches/patch-ah new file mode 100644 index 00000000000..f4d37eb0913 --- /dev/null +++ b/lang/moscow_ml/patches/patch-ah @@ -0,0 +1,11 @@ +--- toolssrc/Makefile.orig Wed Oct 23 10:35:44 1996 ++++ toolssrc/Makefile Tue Feb 17 00:08:55 1998 +@@ -34,7 +34,7 @@ + rm -f cutdeps mosmldep + + install: +- cp cutdeps mosmldep $(TOOLDIR) ++ ${BSD_INSTALL_DATA} cutdeps mosmldep $(TOOLDIR) + + depend: Deplex.sml Deppars.sml Mosmldep.sml + rm -f Makefile.bak |