diff options
author | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-20 12:18:15 +0000 |
commit | 3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/6tunnel/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/6tunnel/Makefile')
-rw-r--r-- | net/6tunnel/Makefile | 5 |
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" |