ports/sysutils/reed/files/patch-cfg.data
Chris Rees 9f55170f69 sysutils/reed: Remove sys/dir.h
It was replaced a long time ago with sys/dirent.h, which is implicitly
included from dirent.h

Use sed instead of perl, remove redundant seds and use a patch for the
source file for clarity

PR:		ports/238696
Submitted by:	rene
2019-06-19 08:29:55 +00:00

14 lines
380 B
Plaintext

$FreeBSD$
--- cfg.data.orig 2002-11-09 00:59:08 UTC
+++ cfg.data
@@ -1,6 +1,6 @@
PROGNAME="Reed"
VERSION="5.4"
PROGRAMS="perl fold"
-LIBS="c curses"
+LIBS="c ncurses"
PM="Getopt/Std Text/Wrap"
-HEADERS="sys/dir.h sys/stat.h ctype.h curses.h dirent.h getopt.h regex.h limits.h time.h unistd.h"
+HEADERS="sys/stat.h ctype.h ncurses.h dirent.h regex.h limits.h time.h unistd.h"