summaryrefslogtreecommitdiff
path: root/net/lftp
diff options
context:
space:
mode:
authoryyamano <yyamano>2009-03-20 05:51:53 +0000
committeryyamano <yyamano>2009-03-20 05:51:53 +0000
commit47cfb988d0e5c7bdb2f8a735d5cccf8b754751de (patch)
tree246fa95bd645d6ec91a785e43968a37983e298ec /net/lftp
parent6b86d5545865b31da43c3975e32265530e6eed32 (diff)
downloadpkgsrc-47cfb988d0e5c7bdb2f8a735d5cccf8b754751de.tar.gz
INSTALL_UNSTRIPPED=yes on Darwin to make this run.
Patch is provided by Tetsuya KOBAYASHI. Close PR pkg/40985.
Diffstat (limited to 'net/lftp')
-rw-r--r--net/lftp/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile
index 8d167758de2..1477d7e3d39 100644
--- a/net/lftp/Makefile
+++ b/net/lftp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.82 2008/09/18 05:22:19 yyamano Exp $
+# $NetBSD: Makefile,v 1.83 2009/03/20 05:51:53 yyamano Exp $
DISTNAME= lftp-3.5.11
PKGREVISION= 1
@@ -35,6 +35,10 @@ CONFIGURE_ENV+= F77=${FALSE:Q}
LDFLAGS.Darwin+= -flat_namespace
+.if ${OPSYS} == "Darwin"
+INSTALL_UNSTRIPPED= yes
+.endif
+
EGDIR= ${PREFIX}/share/examples/lftp
CONF_FILES= ${EGDIR}/lftp.conf.default ${PKG_SYSCONFDIR}/lftp.conf