aboutsummaryrefslogtreecommitdiff
path: root/devel/ocaml-camomile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-29 23:56:21 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-29 23:56:21 +0000
commit3886ccb5b3d2a089a22890aca3fe2985b719de27 (patch)
treeb9b200deba5ee13f85f9929e27d33e5ed944d2bb /devel/ocaml-camomile
parent8f149a899bfc35098217b99f4b9d7735b27d551c (diff)
downloadports-3886ccb5b3d2a089a22890aca3fe2985b719de27.tar.gz
ports-3886ccb5b3d2a089a22890aca3fe2985b719de27.zip
Cleanup plist of ocaml ports
With hat: portmgr
Notes
Notes: svn path=/head/; revision=373656
Diffstat (limited to 'devel/ocaml-camomile')
-rw-r--r--devel/ocaml-camomile/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/devel/ocaml-camomile/Makefile b/devel/ocaml-camomile/Makefile
index 9aeb05368f24..016039643da7 100644
--- a/devel/ocaml-camomile/Makefile
+++ b/devel/ocaml-camomile/Makefile
@@ -26,12 +26,7 @@ EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME}
post-install:
@${FIND} ${STAGEDIR}${DATADIR} ! -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${STAGEDIR}${DATADIR} -type d | ${SORT} -r | \
- ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
@${FIND} ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} ! -type d | \
${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST}
- @${FIND} ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} -type d | \
- ${SORT} -r | ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' \
- >> ${TMPPLIST}
.include <bsd.port.mk>