pkgsrc/editors/hexedit/patches/patch-ac
simonb 183fe8021a Update to match distfile on ftp.netbsd.org. Fetching the distfile
from the site results in a redirect to "missing.html"...
1999-10-14 05:55:43 +00:00

20 lines
592 B
Text

--- Makefile.in.orig Thu Sep 24 18:41:31 1998
+++ Makefile.in Thu Oct 14 15:38:52 1999
@@ -7,6 +7,7 @@
CC = @CC@
CFLAGS = @CFLAGS@
+CFLAGS += -I${LOCALBASE}/include # for ncurses.h
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
DEFS = @DEFS@
@@ -39,7 +40,5 @@
rm -f Makefile config.cache config.status config.log
install: $(PRODUCT)
- $(INSTALL) -d -m 755 $(bindir)
- $(INSTALL) -s -m 755 -o root $(PRODUCT) $(bindir)
- $(INSTALL) -d -m 755 $(mandir)
- $(INSTALL) -m 644 -o root $(PRODUCT).1 $(mandir)
+ $(BSD_INSTALL_PROGRAM) $(PRODUCT) $(bindir)
+ $(BSD_INSTALL_DATA) $(PRODUCT).1 $(mandir)