diff options
Diffstat (limited to 'ports-mgmt/pkg_install/files/patch-lib_Makefile')
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-lib_Makefile | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ports-mgmt/pkg_install/files/patch-lib_Makefile b/ports-mgmt/pkg_install/files/patch-lib_Makefile deleted file mode 100644 index 2b22dfc3cb9f..000000000000 --- a/ports-mgmt/pkg_install/files/patch-lib_Makefile +++ /dev/null @@ -1,21 +0,0 @@ ---- lib/Makefile.orig Wed Jul 28 03:19:15 2004 -+++ lib/Makefile Mon Aug 2 16:37:51 2004 -@@ -1,13 +1,17 @@ - # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.3 2004-08-02 20:41:15 marcus Exp $ - - LIB= install --INTERNALLIB= YES - SRCS= file.c msg.c plist.c str.c exec.c global.c pen.c match.c \ - deps.c version.c pkgwrap.c url.c -+NOPROFILE= yes -+NOPIC= yes - - CFLAGS+= ${DEBUG} - - WARNS?= 3 - WFORMAT?= 1 -+ -+install: -+ @echo -n - - .include <bsd.lib.mk> |