Index: head/sysutils/cdls/files/patch-Makefile =================================================================== --- head/sysutils/cdls/files/patch-Makefile (nonexistent) +++ head/sysutils/cdls/files/patch-Makefile (revision 408031) @@ -0,0 +1,9 @@ +--- Makefile.orig 2012-04-13 16:42:46 UTC ++++ Makefile +@@ -1,5 +1,5 @@ + all: +- cc -O2 -Wall -o cdls cdls.c -lncurses ++ ${CC} -O2 -Wall -o cdls cdls.c ${LDFLAGS} -lncurses + install: + install -o root -g wheel cdls /usr/local/bin/cdls + clean: Property changes on: head/sysutils/cdls/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