Index: head/sysutils/wtail/Makefile =================================================================== --- head/sysutils/wtail/Makefile (revision 408060) +++ head/sysutils/wtail/Makefile (revision 408061) @@ -1,19 +1,20 @@ # Created by: mich@freebsdcluster.org # $FreeBSD$ PORTNAME= wtail PORTVERSION= 0.2.2 CATEGORIES= sysutils MASTER_SITES= http://www.teaser.fr/~amajorel/wtail/ MAINTAINER= mich@FreeBSD.org COMMENT= Wtail does the equivalent of tail -f on several files at once +USES= ncurses OPTIONS_DEFINE= DOCS do-install: ${INSTALL_PROGRAM} ${WRKSRC}/wtail ${STAGEDIR}${PREFIX}/bin ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/README .include Index: head/sysutils/wtail/files/patch-Makefile =================================================================== --- head/sysutils/wtail/files/patch-Makefile (nonexistent) +++ head/sysutils/wtail/files/patch-Makefile (revision 408061) @@ -0,0 +1,11 @@ +--- Makefile.orig 2003-01-13 23:12:57 UTC ++++ Makefile +@@ -51,7 +51,7 @@ dist: + arc=$(ARC); cd $(TMPDIR) && tar -cf - $$arc | gzip >$$arc.tar.gz + + wtail: $(OBJ) +- $(CC) $(LDFLAGS) -o $@ $(OBJ) -lcurses ++ $(CC) $(LDFLAGS) -o $@ $(OBJ) -lncurses + + version.c: VERSION + cat VERSION | sed 's/.*/const char version[] = "&";/' >$@ Property changes on: head/sysutils/wtail/files/patch-Makefile ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property