diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 23:05:26 +0000 |
commit | 39a5b78f8797ded2c50107a77794cd671dff707f (patch) | |
tree | 39f650e2e85c255908675444e0ce32d9639f251f /net/ncplib/files | |
parent | Remove non staged ports without pending PR from net-im and net-mgmt (diff) |
Remove non staged ports without pending PR from net-p2p, net and news
Diffstat (limited to 'net/ncplib/files')
-rw-r--r-- | net/ncplib/files/patch-Makefile.inc | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/net/ncplib/files/patch-Makefile.inc b/net/ncplib/files/patch-Makefile.inc deleted file mode 100644 index d2152a262f53..000000000000 --- a/net/ncplib/files/patch-Makefile.inc +++ /dev/null @@ -1,21 +0,0 @@ ---- Makefile.inc.orig Fri Apr 25 20:10:52 2003 -+++ Makefile.inc Fri Apr 25 20:14:54 2003 -@@ -11,6 +11,7 @@ - BINDIR?=${PREFIX}/bin - NCPSBINDIR=${PREFIX}/sbin - MANDIR=${PREFIX}/man/man -+NOOBJ= yes - - CFLAGS += -Wall - -@@ -18,9 +19,7 @@ - CFLAGS+= -ggdb - .endif - --.include <bsd.libnames.mk> -- --.if !defined(LIBNCP) || defined(COMPLETEBUILD) -+.if defined(COMPLETEBUILD) - CFLAGS += -L../lib/ncp - CFLAGS += -I../include - LIBNCP = ../lib/ncp/libncp.a |