diff options
Diffstat (limited to 'net/ipw')
-rw-r--r-- | net/ipw/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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 |