freebsd-ports/news/nntp/files/patch-xfer-Makefile
Dirk Meyer 3ff37e385b - reorder patches
- use DIRENT
- honor CFLAGS
- fix missing includes
2002-11-04 05:00:14 +00:00

12 lines
332 B
Text

--- xfer/Makefile.orig Thu Nov 17 19:15:22 1994
+++ xfer/Makefile Sun Jan 9 10:21:54 2000
@@ -28,7 +28,8 @@
nntpxfer.o: nntpxfer.c ../conf.h ../server/fakesyslog.h
install: nntpxfer
- cp nntpxfer ${BINDIR}
+ cp nntpxfer ${BINDIR}/nntpxfer
+ chmod 755 ${BINDIR}/nntpxfer
clean:
-rm -f *.o nntpxfer make*.out *.BAK *.CKP *~