diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-29 23:56:21 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-11-29 23:56:21 +0000 |
commit | 3886ccb5b3d2a089a22890aca3fe2985b719de27 (patch) | |
tree | b9b200deba5ee13f85f9929e27d33e5ed944d2bb /archivers | |
parent | 8f149a899bfc35098217b99f4b9d7735b27d551c (diff) |
Notes
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/ocaml-zip/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/ocaml-zip/Makefile b/archivers/ocaml-zip/Makefile index 3cf020afe084..6b3b60617850 100644 --- a/archivers/ocaml-zip/Makefile +++ b/archivers/ocaml-zip/Makefile @@ -32,6 +32,5 @@ post-install: ${INSTALL_DATA} ${FILESDIR}/META ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} @${FIND} ${STAGEDIR}${OCAMLFIND_DESTDIR}/${PORTNAME} -type f | \ ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} - @${ECHO_CMD} "@dirrm ${OCAML_SITELIBDIR}/${PORTNAME}" >> ${TMPPLIST} .include <bsd.port.mk> |