diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-23 12:33:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-23 12:33:56 +0000 |
commit | 2f07eb9c92cce8fd0eb89cf0b99c4e61b9756301 (patch) | |
tree | 5c5a2492986e84d0efef5ecd8b74526705134cef /lang | |
parent | 6c92aef956a2232ae6c7c0a0cf06b9cc64f74265 (diff) | |
download | ports-2f07eb9c92cce8fd0eb89cf0b99c4e61b9756301.tar.gz ports-2f07eb9c92cce8fd0eb89cf0b99c4e61b9756301.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ocaml/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 7798ec80a304..066dc2807231 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -114,6 +114,7 @@ post-configure: -e 's,([[:space:]]*then[[:space:]]*)cp([[:space:]]+.*LIBDIR),\1\$${BSD_INSTALL_DATA} \2,' \ -e 's,([[:space:]]*then[[:space:]]*)cp([[:space:]]+.*BINDIR),\1\$${BSD_INSTALL_PROGRAM} \2,' \ -e 's,([[:space:]]*(do|then)[[:space:]]*)(\$$\(CP\)|cp)([[:space:]]+.*(MANDIR|MANODIR|MANEXT)),\1\$${BSD_INSTALL_MAN} \4,' + @${FIND} ${WRKDIR} -type f -name Makefile.bak -delete post-install: @${TOUCH} ${PREFIX}/lib/ocaml/ocamldoc/custom/.keep |