aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-30 07:56:21 +0800
committerantoine <antoine@FreeBSD.org>2014-11-30 07:56:21 +0800
commit65d67a5e250b8eaae5a1a0e51be1ed9db9a9f9db (patch)
treeb9b200deba5ee13f85f9929e27d33e5ed944d2bb /lang
parentde947b323d57ccd68458903328b036a21cd7f83f (diff)
downloadfreebsd-ports-gnome-65d67a5e250b8eaae5a1a0e51be1ed9db9a9f9db.tar.gz
freebsd-ports-gnome-65d67a5e250b8eaae5a1a0e51be1ed9db9a9f9db.tar.zst
freebsd-ports-gnome-65d67a5e250b8eaae5a1a0e51be1ed9db9a9f9db.zip
Cleanup plist of ocaml ports
With hat: portmgr
Diffstat (limited to 'lang')
-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>