diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-23 01:10:28 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-02-23 01:10:28 +0000 |
commit | e48c891c5079603127c061754ceb0081b4286582 (patch) | |
tree | 30b7282327020e86e403bc437493611cc1582b57 /lang/ocaml | |
parent | b5198bca2ef736b5e2d392149814b380811b6639 (diff) |
fix the packing list for WITH_CMP_LIB
Notes
Notes:
svn path=/head/; revision=292096
Diffstat (limited to 'lang/ocaml')
-rw-r--r-- | lang/ocaml/Makefile | 1 | ||||
-rw-r--r-- | lang/ocaml/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 2480de543b65..0dae9c9359ac 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -192,5 +192,6 @@ post-install: ${SED} "s,^${PREFIX}/,," >> ${TMPPLIST} @${ECHO_CMD} "@dirrm lib/ocaml/compiler-lib" >> ${TMPPLIST} .endif + @${ECHO_CMD} "@unexec rmdir "%D/lib/ocaml" 2>/dev/null || true" >> ${TMPPLIST} .include <bsd.port.post.mk> diff --git a/lang/ocaml/pkg-plist b/lang/ocaml/pkg-plist index e0a313d4f10b..18567abbd425 100644 --- a/lang/ocaml/pkg-plist +++ b/lang/ocaml/pkg-plist @@ -1003,4 +1003,3 @@ lib/ocaml/weak.mli @dirrm lib/ocaml/camlp4 @dirrm lib/ocaml/caml @comment lib/ocaml will be added by Makefile -@dirrmtry lib/ocaml |