diff options
author | pav <pav@FreeBSD.org> | 2005-04-23 20:33:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-23 20:33:56 +0800 |
commit | 3686dc6d9340c62fecbdea298ea36a2e3d8a6ee6 (patch) | |
tree | b6f6f194bb8a2c6eed222edf11fe0cc494aa44d6 /lang | |
parent | 90dcd206348f203f70e9bf88955f6fab466d3220 (diff) | |
download | freebsd-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/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 |