1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/ftp/ncftp3/files/patch-sh_util-Makefile.in
David E. O'Brien 5414730c2a - replace post-patch munging with proper SYSCONFDIR handling (also
submitted to Mike Gleason)
- improve DESCR and add home page

Submitted by:	Christian Weisgerber <naddy@mips.inka.de>
2001-05-12 02:13:40 +00:00

19 lines
530 B
Plaintext

--- sh_util/Makefile.in.orig Fri Dec 8 23:11:25 2000
+++ sh_util/Makefile.in Tue May 8 13:42:15 2001
@@ -11,13 +11,14 @@
VPATH=@srcdir@
CPPFLAGS=@CPPFLAGS@ -I. -I../libncftp -I../Strn -I../sio
prefix=@prefix@
+SYSCONFDIR=@sysconfdir@
LIBS=@LIBS@
STRIP=strip
LDFLAGS=-L../libncftp -L../Strn -L../sio @LDFLAGS@
# Any -D definitions:
-DEFS=-Dsh_util @DEFS@
+DEFS=-Dsh_util -DSYSCONFDIR=\"$(SYSCONFDIR)\" @DEFS@
DPROGS=../bin/ncftpget@EXEEXT@ ../bin/ncftpput@EXEEXT@ ../bin/ncftpbatch@EXEEXT@ ../bin/ncftpls@EXEEXT@