freebsd-ports/ports-mgmt/pkg_install/files/patch-lib_Makefile
2005-02-26 22:06:42 +00:00

19 lines
457 B
Text

--- lib/Makefile.orig Sun Oct 24 11:33:07 2004
+++ lib/Makefile Sat Feb 26 17:03:27 2005
@@ -1,11 +1,15 @@
# $FreeBSD: /tmp/pcvs/ports/ports-mgmt/pkg_install/files/patch-lib_Makefile,v 1.4 2005-02-26 22:06:42 marcus 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
+NOPROFILE= yes
+NOPIC= yes
WARNS?= 3
WFORMAT?= 1
+
+install:
+ @echo -n
.include <bsd.lib.mk>