pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/snooper Don't "make depend"; not all systems hav...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d587fc62576c
branches:  trunk
changeset: 488029:d587fc62576c
user:      tv <tv%pkgsrc.org@localhost>
date:      Mon Jan 24 01:58:05 2005 +0000

description:
Don't "make depend"; not all systems have 4.4BSD mkdep(1).

diffstat:

 comms/snooper/Makefile |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (19 lines):

diff -r 78dead3e18b5 -r d587fc62576c comms/snooper/Makefile
--- a/comms/snooper/Makefile    Mon Jan 24 01:54:31 2005 +0000
+++ b/comms/snooper/Makefile    Mon Jan 24 01:58:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/06/29 23:41:39 recht Exp $
+# $NetBSD: Makefile,v 1.17 2005/01/24 01:58:05 tv Exp $
 # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $
 
 DISTNAME=      snooper-19991202
@@ -14,9 +14,6 @@
 GNU_CONFIGURE= yes
 USE_BUILDLINK3=        yes
 
-pre-build:
-       cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} depend
-
 post-install:
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper
        ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/snooper



Home | Main Index | Thread Index | Old Index