From 61769bf56e2f71617516434864edec5b0165f3d4 Mon Sep 17 00:00:00 2001 From: agc Date: Tue, 20 Jan 2004 12:18:15 +0000 Subject: Move WRKSRC definition away from the first paragraph in a Makefile. --- net/ipw/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'net/ipw') diff --git a/net/ipw/Makefile b/net/ipw/Makefile index a26a36faf89..afbe1d62c89 100644 --- a/net/ipw/Makefile +++ b/net/ipw/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/12/15 17:02:22 agc Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:19 agc Exp $ # DISTNAME= ipw-3.3a PKGREVISION= 1 -WRKSRC= ${WRKDIR} CATEGORIES= net MASTER_SITES= ${MASTER_SITE_LOCAL} @@ -11,6 +10,8 @@ MAINTAINER= mipam@ibb.net,zuntum@NetBSD.org HOMEPAGE= http://mjhb.marina-del-rey.ca.us/ipw/ COMMENT= "whois" replacement that automatically queries several databases +WRKSRC= ${WRKDIR} + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ipw ${PREFIX}/bin ${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/ipw.README -- cgit v1.2.3