aboutsummaryrefslogtreecommitdiff
path: root/lang/mtasc
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 /lang/mtasc
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 'lang/mtasc')
-rw-r--r--lang/mtasc/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/mtasc/Makefile b/lang/mtasc/Makefile
index d72eccde6915..259644d0883b 100644
--- a/lang/mtasc/Makefile
+++ b/lang/mtasc/Makefile
@@ -62,5 +62,7 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/mtasc/doc/*.txt ${STAGEDIR}${DOCSDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/mtasc/doc/HelloWorld.as ${STAGEDIR}${EXAMPLESDIR}
+# Remove orphan dir created by bsd.ocaml.mk
+ -@${RMDIR} -p ${STAGEDIR}${OCAMLFIND_DESTDIR}
.include <bsd.port.mk>