diff options
author | salo <salo> | 2006-05-31 13:44:14 +0000 |
---|---|---|
committer | salo <salo> | 2006-05-31 13:44:14 +0000 |
commit | 19a9d1779d2cfbc22173458be79932170328ce9e (patch) | |
tree | 01f24d6f55bd973531bcc4fba232012bba0029d7 /net | |
parent | 7eb5d699a381cc66230bf714a8c849e52bc2f208 (diff) | |
download | pkgsrc-19a9d1779d2cfbc22173458be79932170328ce9e.tar.gz |
delint.
Diffstat (limited to 'net')
-rw-r--r-- | net/lftp/Makefile | 4 | ||||
-rw-r--r-- | net/lftp/options.mk | 6 |
2 files changed, 6 insertions, 4 deletions
diff --git a/net/lftp/Makefile b/net/lftp/Makefile index 8837ce98fc4..e8f1e67b804 100644 --- a/net/lftp/Makefile +++ b/net/lftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.69 2006/05/31 13:41:39 salo Exp $ +# $NetBSD: Makefile,v 1.70 2006/05/31 13:44:14 salo Exp $ DISTNAME= lftp-3.4.7 CATEGORIES= net @@ -19,7 +19,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES USE_GNU_READLINE= # uses GNU readline internal _rl_mark_modified_lines -SHLIBTOOL_OVERRIDE= libtool +SHLIBTOOL_OVERRIDE+= libtool .include "options.mk" diff --git a/net/lftp/options.mk b/net/lftp/options.mk index 77707e1cabc..c2d88b2daff 100644 --- a/net/lftp/options.mk +++ b/net/lftp/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2005/12/05 23:55:14 rillig Exp $ +# $NetBSD: options.mk,v 1.8 2006/05/31 13:44:14 salo Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.lftp @@ -26,11 +26,13 @@ CONFIGURE_ARGS+= --without-gnutls CONFIGURE_ARGS+= --without-openssl .endif +.PHONY: post-install-perl + .if !empty(PKG_OPTIONS:Mperl) USE_TOOLS+= perl:run DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5 DEPENDS+= p5-String-CRC32-[0-9]*:../../textproc/p5-String-CRC32 -REPLACE_PERL= src/convert-netscape-cookies src/verify-file +REPLACE_PERL+= src/convert-netscape-cookies src/verify-file PLIST_SRC+= ${PKGDIR}/PLIST.perl post-install-perl: |