diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-08-04 23:45:22 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-08-04 23:45:22 +0800 |
commit | 1c1aa8a2ce810a22ebb02e9225386155986448c5 (patch) | |
tree | 23b2e7ac317d403ab5b2f2661120897339285dea /devel/ocaml-sdl/pkg-install | |
parent | df2fcdab1880a64e07f1fcc8d10666ab9c5a9047 (diff) | |
download | freebsd-ports-gnome-1c1aa8a2ce810a22ebb02e9225386155986448c5.tar.gz freebsd-ports-gnome-1c1aa8a2ce810a22ebb02e9225386155986448c5.tar.zst freebsd-ports-gnome-1c1aa8a2ce810a22ebb02e9225386155986448c5.zip |
- Update to 0.7.2
- Use new ocaml framework (depepends on ports/101100)
- Install info as well
- Install docs with correct permissions
- Pass maintainership to submitter
PR: ports/101173
Submitted by: Stanislav Sedov
Diffstat (limited to 'devel/ocaml-sdl/pkg-install')
-rw-r--r-- | devel/ocaml-sdl/pkg-install | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/devel/ocaml-sdl/pkg-install b/devel/ocaml-sdl/pkg-install deleted file mode 100644 index c87492b34ffa..000000000000 --- a/devel/ocaml-sdl/pkg-install +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -if [ "$2" = "POST-INSTALL" ]; then - echo "${PKG_PREFIX}/lib/ocaml/site-lib/sdl" >> ${PKG_PREFIX}/lib/ocaml/ld.conf -elif [ "$2" = "DEINSTALL" ]; then - mv ${PKG_PREFIX}/lib/ocaml/ld.conf ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp - grep -v sdl ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp > ${PKG_PREFIX}/lib/ocaml/ld.conf - rm -f ${PKG_PREFIX}/lib/ocaml/ld.conf.tmp -fi |