summaryrefslogtreecommitdiff
path: root/net/traceroute-as
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/traceroute-as
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/traceroute-as')
-rw-r--r--net/traceroute-as/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/traceroute-as/Makefile b/net/traceroute-as/Makefile
index 045f6159fed..ff8859537bc 100644
--- a/net/traceroute-as/Makefile
+++ b/net/traceroute-as/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 22:51:57 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/20 12:22:22 agc Exp $
#
DISTNAME= traceroute_991603.tar
PKGNAME= traceroute-as-991603
-WRKSRC= ${WRKDIR}
CATEGORIES= net
MASTER_SITES= ftp://ftp.nikhef.nl/pub/network/
EXTRACT_SUFX= .Z
@@ -11,6 +10,8 @@ EXTRACT_SUFX= .Z
MAINTAINER= seb@NetBSD.org
COMMENT= Traceroute capable of reporting the AS number of hops
+WRKSRC= ${WRKDIR}
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"