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 /net/polsms | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/polsms')
-rw-r--r-- | net/polsms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/polsms/Makefile b/net/polsms/Makefile index 3e2d66b3351..89c5912ebad 100644 --- a/net/polsms/Makefile +++ b/net/polsms/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/07/21 17:11:09 martti Exp $ +# $NetBSD: Makefile,v 1.15 2004/01/20 12:22:20 agc Exp $ # DISTNAME= sms-1.9.2d PKGNAME= pol${DISTNAME} -WRKSRC= ${WRKDIR}/sms CATEGORIES= net MASTER_SITES= http://www.ceti.pl/~miki/komputery/download/sms/ @@ -11,6 +10,7 @@ MAINTAINER= zuntum@NetBSD.org HOMEPAGE= http://www.ceti.pl/~miki/komputery/sms.html COMMENT= Send SMS to cellular phones in Poland (Plus, Idea, Era) +WRKSRC= ${WRKDIR}/sms USE_BUILDLINK2= YES USE_GMAKE= YES |