diff options
author | tv <tv@pkgsrc.org> | 2005-01-24 01:58:05 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-01-24 01:58:05 +0000 |
commit | 471706348fa0e0857fd30cc92526ae14bef19d9c (patch) | |
tree | 32c0fbfb5b11762c44d1daacb054ed8c0f018ad3 /comms | |
parent | 1bfcb02a02335fd9e1087977c06b36c077c04d95 (diff) | |
download | pkgsrc-471706348fa0e0857fd30cc92526ae14bef19d9c.tar.gz |
Don't "make depend"; not all systems have 4.4BSD mkdep(1).
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snooper/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index db2aa6be64a..5fe378d4df6 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -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 @@ WRKSRC= ${WRKDIR}/snooper/build 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 |