diff options
Diffstat (limited to 'ports-mgmt/pkg_install/files/patch-lib_Makefile')
-rw-r--r-- | ports-mgmt/pkg_install/files/patch-lib_Makefile | 20 |
1 files changed, 0 insertions, 20 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 ebe850a59b53..000000000000 --- a/ports-mgmt/pkg_install/files/patch-lib_Makefile +++ /dev/null @@ -1,20 +0,0 @@ ---- lib/Makefile.orig Fri Jul 25 12:08:43 2003 -+++ lib/Makefile Fri Jul 25 12:08:45 2003 -@@ -1,12 +1,16 @@ - # $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.1 2003-08-03 21:44:33 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?= 2 -+ -+install: -+ @echo -n - - .include <bsd.lib.mk> |