On Sun, Apr 15, 2007 at 07:50:28PM -0400, Ian Darwin wrote:
> pkg/DESCR:
>
> "xtail watches the growth of files. It's like running a "tail -f"
> on a bunch of files at once. My favorite usage is: xtail /var/log/*
>
<snip>
> -----
> Port is at http://www.darwinsys.com/openbsd/myports/xtail.tar.gz
>
> OK?
I had a strange problem with the distfile. I had to add (to port
Makefile):
--- Makefile.orig Sun Apr 15 21:28:26 2007
+++ Makefile Sun Apr 15 21:21:24 2007
@@ -25,4 +25,7 @@ CONFIGURE_STYLE= gnu autoconf dest
NO_REGRESS= Yes
+post-extract:
+ chmod -R u+w ${WRKDIR}
+
.include <bsd.port.mk>
Owner does not have write perms to the files in the archive.
I build my ports as myself with SUDO=sudo in /etc/mk.conf.
-ME