summaryrefslogtreecommitdiff
path: root/net/ncftp2/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-10 00:08:41 +0000
committerjlam <jlam>2001-06-10 00:08:41 +0000
commit0abea0e33d08a7fc9cc2a0b91ea73222313aba96 (patch)
tree0838924d49f3defeb8bcbef3b48f5456d0570a78 /net/ncftp2/Makefile
parenta9bc6201ea785a6142ee22c3494592524f3646e8 (diff)
downloadpkgsrc-0abea0e33d08a7fc9cc2a0b91ea73222313aba96.tar.gz
Remove dependency on ${BUILDLINK_TARGETS} in pre-configure and pre-build
targets as the buildlink.mk files now add the dependency automatically. Remove any NO_CONFIGURE definitions as they seem to be useless.
Diffstat (limited to 'net/ncftp2/Makefile')
-rw-r--r--net/ncftp2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/ncftp2/Makefile b/net/ncftp2/Makefile
index 16195ba7267..6c701888cda 100644
--- a/net/ncftp2/Makefile
+++ b/net/ncftp2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2001/05/24 08:53:57 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2001/06/10 00:08:47 jlam Exp $
# FreeBSD Id: Makefile,v 1.39 1998/01/31 17:49:48 jseger Exp
#
@@ -35,8 +35,6 @@ DEPENDS+= socks5-1.0.2:../../net/socks5
CPPFLAGS+= -I${BUILDLINK_INCDIR}
LDFLAGS+= -L${BUILDLINK_LIBDIR}
-pre-configure: ${BUILDLINK_TARGETS}
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ncftp ${PREFIX}/bin/ncftp2
${INSTALL_MAN} ${WRKSRC}/ncftp.1 ${PREFIX}/man/man1/ncftp2.1