aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/pkg_install/files/patch-lib_Makefile
blob: daa6c596654897a1297e54013a0bbcc698ad0ba2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- 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>