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 | 61769bf56e2f71617516434864edec5b0165f3d4 (patch) | |
tree | 7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /ham/7plus | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'ham/7plus')
-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 |