mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Support DESTDIR[1]
- Whitespace nit PR: 101428 Submitted by: gabor (maintainer)
This commit is contained in:
parent
63f6567f85
commit
d8f7bc9bfe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169816
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ PLIST_FILES= bin/cryptcat
|
|||
PORTDOCS= README.cryptcat
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${TARGETDIR}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||
|
|
Loading…
Add table
Reference in a new issue