aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-23 20:33:56 +0800
committerpav <pav@FreeBSD.org>2005-04-23 20:33:56 +0800
commit3686dc6d9340c62fecbdea298ea36a2e3d8a6ee6 (patch)
treeb6f6f194bb8a2c6eed222edf11fe0cc494aa44d6 /lang
parent90dcd206348f203f70e9bf88955f6fab466d3220 (diff)
downloadfreebsd-ports-gnome-3686dc6d9340c62fecbdea298ea36a2e3d8a6ee6.tar.gz
freebsd-ports-gnome-3686dc6d9340c62fecbdea298ea36a2e3d8a6ee6.tar.zst
freebsd-ports-gnome-3686dc6d9340c62fecbdea298ea36a2e3d8a6ee6.zip
- Fix plist: delete .bak files after REINPLACE_CMD so they don't get installed
later
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