Index: head/misc/felis/Makefile =================================================================== --- head/misc/felis/Makefile (revision 387891) +++ head/misc/felis/Makefile (revision 387892) @@ -1,18 +1,19 @@ # Created by: G. Adam Stanislav # $FreeBSD$ PORTNAME= felis PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= misc MASTER_SITES= http://www.whizkidtech.redprince.net/fports/ MAINTAINER= ports@FreeBSD.org COMMENT= Displays one or more files as a single line of text PLIST_FILES= bin/felis man/man1/felis.1.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/felis ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/felis.1 ${STAGEDIR}${PREFIX}/man/man1 .include Index: head/misc/felis/files/patch-Makefile =================================================================== --- head/misc/felis/files/patch-Makefile (nonexistent) +++ head/misc/felis/files/patch-Makefile (revision 387892) @@ -0,0 +1,10 @@ +--- Makefile.orig 2000-05-13 16:12:00 UTC ++++ Makefile +@@ -13,6 +13,5 @@ CC = gcc + all: felis + + felis: felis.c +- CC ${CFLAGS} felis.c -o felis +- strip felis ++ ${CC} ${CFLAGS} felis.c -o felis + Property changes on: head/misc/felis/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