Fix post-install-perl target to honor "user-destdir".
This commit is contained in:
parent
0541dead28
commit
f332bb3a19
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: options.mk,v 1.8 2006/05/31 13:44:14 salo Exp $
|
||||
# $NetBSD: options.mk,v 1.9 2008/03/05 21:17:32 jlam Exp $
|
||||
#
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.lftp
|
||||
|
@ -37,7 +37,7 @@ PLIST_SRC+= ${PKGDIR}/PLIST.perl
|
|||
|
||||
post-install-perl:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/src/convert-netscape-cookies \
|
||||
${WRKSRC}/src/verify-file ${PREFIX}/share/lftp
|
||||
${WRKSRC}/src/verify-file ${DESTDIR}${PREFIX}/share/lftp
|
||||
.else
|
||||
post-install-perl:
|
||||
.endif
|
||||
|
|
Loading…
Reference in a new issue