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 /ham/7plus/Makefile | |
parent | dc52048e014fdad9bb69ef9db159835a61c8dd4d (diff) | |
download | pkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'ham/7plus/Makefile')
-rw-r--r-- | ham/7plus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/7plus/Makefile b/ham/7plus/Makefile index 83d496f21b0..ab2ece811ab 100644 --- a/ham/7plus/Makefile +++ b/ham/7plus/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.5 2003/07/21 16:52:07 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/01/20 12:18:36 agc Exp $ # DISTNAME= 7pl225sr PKGNAME= 7plus-225 -WRKSRC= ${WRKDIR}/7plsrc.225 CATEGORIES= ham MASTER_SITES= http://home.t-online.de/home/dg1bbq/ DISTFILES= 7pl225sr.tgz \ @@ -15,6 +14,7 @@ COMMENT= Uuencode-like file coder for AMPR BBS S&F of binary files LICENSE= no-commercial-use +WRKSRC= ${WRKDIR}/7plsrc.225 MAKEFILE= netbsd.mak USE_GMAKE= yes |