diff options
author | jlam <jlam@pkgsrc.org> | 2001-08-19 18:48:26 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-08-19 18:48:26 +0000 |
commit | 19247a5f26cc00846bd52015ea13e57d1a32117c (patch) | |
tree | 1c077ad662b5debf41dc601f218c3476dc7d5b94 /comms | |
parent | 9a2974e3f0ba77a191df0f4e14a1be16d94decd0 (diff) | |
download | pkgsrc-19247a5f26cc00846bd52015ea13e57d1a32117c.tar.gz |
Use MAKE_PROGRAM instead of MAKE, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/snooper/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/comms/snooper/Makefile b/comms/snooper/Makefile index 89a178ed4d1..16f51147514 100644 --- a/comms/snooper/Makefile +++ b/comms/snooper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/02/25 04:17:38 hubertf Exp $ +# $NetBSD: Makefile,v 1.9 2001/08/19 18:48:26 jlam Exp $ # FreeBSD Id: Makefile,v 1.3 1998/08/13 09:20:41 itojun Exp $ DISTNAME= snooper-19991202 @@ -10,9 +10,10 @@ COMMENT= serial line protocol analyzer (need two serial interfaces) WRKSRC= ${WRKDIR}/snooper/build GNU_CONFIGURE= yes +USE_BUILDLINK_ONLY= yes pre-build: - cd ${WRKSRC} ; ${MAKE} depend + cd ${WRKSRC} ; ${MAKE_PROGRAM} depend post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/snooper |