summaryrefslogtreecommitdiff
path: root/net/6tunnel
diff options
context:
space:
mode:
authoragc <agc>2004-01-20 12:18:15 +0000
committeragc <agc>2004-01-20 12:18:15 +0000
commit1e53090cc228edde244c3b79950271b8ca469b1f (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/6tunnel
parent0bc53217fe50327f0f59e7136db15f92f75951d9 (diff)
downloadpkgsrc-1e53090cc228edde244c3b79950271b8ca469b1f.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/6tunnel')
-rw-r--r--net/6tunnel/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/net/6tunnel/Makefile b/net/6tunnel/Makefile
index f4497d975a6..d87a397724a 100644
--- a/net/6tunnel/Makefile
+++ b/net/6tunnel/Makefile
@@ -1,14 +1,15 @@
-# $NetBSD: Makefile,v 1.5 2003/09/22 16:18:06 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/20 12:22:18 agc Exp $
#
DISTNAME= 6tunnel-0.09
-WRKSRC= ${WRKDIR}/6tunnel
CATEGORIES= net
MASTER_SITES= ftp://amba.bydg.pdi.net/pub/wojtekka/
MAINTAINER= zuntum@NetBSD.org
COMMENT= v4/v6 protocol translation
+WRKSRC= ${WRKDIR}/6tunnel
+
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"