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/IglooFTP | |
parent | 3a111113dcf15a2b040e07ba3513ace1fed6fea6 (diff) | |
download | pkgsrc-61769bf56e2f71617516434864edec5b0165f3d4.tar.gz |
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/IglooFTP')
-rw-r--r-- | net/IglooFTP/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/IglooFTP/Makefile b/net/IglooFTP/Makefile index dd9f9851729..6dd714be6a3 100644 --- a/net/IglooFTP/Makefile +++ b/net/IglooFTP/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:50:57 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/20 12:22:18 agc Exp $ DISTNAME= IglooFTP-0.6.1 PKGREVISION= 2 -WRKSRC= ${WRKDIR}/${DISTNAME}/src CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SUNSITE:=system/network/file-transfer/} \ ftp://littleigloo.org/pub/iglooftp/ @@ -12,6 +11,7 @@ MAINTAINER= rxg@NetBSD.org HOMEPAGE= http://www.littleigloo.org/iglooftp.php3 COMMENT= Easy to use FTP client for X Window System +WRKSRC= ${WRKDIR}/${DISTNAME}/src USE_BUILDLINK2= yes USE_X11BASE= yes |