mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-05 11:35:01 +00:00
Use PORTVERSION rather than literal version number in rmdir command.
This commit is contained in:
parent
e7c91cf908
commit
aa44ce24bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=45928
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user