freebsd-ports/ports-mgmt/pkg_install/files/patch-lib_Makefile
Florent Thoumie 62e0a9da47 - Updating ports-mgmt/pkg_install to a newer snapshot (20080407).
- Silence a few warnings.
- Remove support for very old versions of FreeBSD.
2008-04-09 15:44:45 +00:00

22 lines
509 B
Text

--- lib/Makefile.orig 2008-04-07 11:16:05.000000000 +0100
+++ lib/Makefile 2008-04-09 16:39:06.000000000 +0100
@@ -1,11 +1,18 @@
# $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.5 2008-04-09 15:44:45 flz Exp $
LIB= install
-INTERNALLIB=
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
+NO_PROFILE= yes
+NO_PIC= yes
+NOPROFILE= yes
+NOPIC= yes
+
WARNS?= 3
WFORMAT?= 1
+install:
+ @echo -n
+
.include <bsd.lib.mk>