diff options
author | antoine <antoine@FreeBSD.org> | 2014-11-30 07:56:21 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-11-30 07:56:21 +0800 |
commit | 65d67a5e250b8eaae5a1a0e51be1ed9db9a9f9db (patch) | |
tree | b9b200deba5ee13f85f9929e27d33e5ed944d2bb /textproc/ocaml-pxp | |
parent | de947b323d57ccd68458903328b036a21cd7f83f (diff) | |
download | freebsd-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 'textproc/ocaml-pxp')
-rw-r--r-- | textproc/ocaml-pxp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/ocaml-pxp/Makefile b/textproc/ocaml-pxp/Makefile index 285d644c0183..09d71157c94d 100644 --- a/textproc/ocaml-pxp/Makefile +++ b/textproc/ocaml-pxp/Makefile @@ -38,7 +38,5 @@ post-extract: post-install: @${FIND} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/pxp* -type f | \ ${SED} "s,^${STAGEDIR}${PREFIX}/,," >> ${TMPPLIST} - @${FIND} ${STAGEDIR}${PREFIX}/lib/ocaml/site-lib/ -type d -name 'pxp*' | ${SORT} -r | \ - ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .include <bsd.port.mk> |