summaryrefslogtreecommitdiff
path: root/net/ipw
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit5cbdd5a83eb94d1543656588fad97fad4abdff01 (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/ipw
parent06f56759ab83097f935dffe578fb2580c3043d6b (diff)
downloadpkgsrc-5cbdd5a83eb94d1543656588fad97fad4abdff01.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/ipw')
-rw-r--r--net/ipw/Makefile5
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