summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-04-23 12:33:56 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-04-23 12:33:56 +0000
commit2f07eb9c92cce8fd0eb89cf0b99c4e61b9756301 (patch)
tree5c5a2492986e84d0efef5ecd8b74526705134cef /lang
parentAdd cvschk 1.12, quick offline checker for CVS modifications. (diff)
- Fix plist: delete .bak files after REINPLACE_CMD so they don't get installed
later
Notes
Notes: svn path=/head/; revision=133998
Diffstat (limited to 'lang')
-rw-r--r--lang/ocaml/Makefile1
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