summaryrefslogtreecommitdiff
path: root/net/ncftp3
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:18:15 +0000
commit3ad1bdbf063a03bdcca7087d41be98b07ad933af (patch)
tree7e51ed5182afc31c5b55e269ef05eb2f01cb97f2 /net/ncftp3
parentdc52048e014fdad9bb69ef9db159835a61c8dd4d (diff)
downloadpkgsrc-3ad1bdbf063a03bdcca7087d41be98b07ad933af.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'net/ncftp3')
-rw-r--r--net/ncftp3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ncftp3/Makefile b/net/ncftp3/Makefile
index bb90bb230d0..15b15b6de81 100644
--- a/net/ncftp3/Makefile
+++ b/net/ncftp3/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2003/09/28 09:13:58 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/01/20 12:22:20 agc Exp $
DISTNAME= ncftp-3.1.6-src
PKGNAME= ncftp3-3.1.6
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
CATEGORIES= net
MASTER_SITES= ftp://ftp.ncftp.com/ncftp/
@@ -10,6 +9,7 @@ MAINTAINER= zuntum@NetBSD.org
HOMEPAGE= http://www.ncftp.com/
COMMENT= FTP replacement with advanced user interface
+WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
GNU_CONFIGURE= yes
USE_BUILDLINK2= yes