diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-07 14:59:09 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-08-07 14:59:09 +0000 |
commit | aa44ce24bcbde70244360a235ad150bc10de66e9 (patch) | |
tree | f992eb03a7e597abb647820c6657a6438c714d97 /ftp/lftp | |
parent | e7c91cf90898d3b36349b88db577b73b6890417a (diff) | |
download | ports-aa44ce24bcbde70244360a235ad150bc10de66e9.tar.gz ports-aa44ce24bcbde70244360a235ad150bc10de66e9.zip |
Notes
Diffstat (limited to 'ftp/lftp')
-rw-r--r-- | ftp/lftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 1c8ba861e1aa..941697d663eb 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -31,7 +31,7 @@ pre-patch: post-install: ${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample # remove some empty directories - ${RMDIR} ${PREFIX}/lib/lftp/2.4.0 + ${RMDIR} ${PREFIX}/lib/lftp/${PORTVERSION} ${RMDIR} ${PREFIX}/lib/lftp .if !defined(NOPORTDOCS) @${MKDIR} ${PREFIX}/share/doc/lftp |