mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -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
|
@ -17,14 +17,14 @@ EXTRACT_SUFX= .tar
|
||||||
MAINTAINER= gkovesdan@t-hosting.hu
|
MAINTAINER= gkovesdan@t-hosting.hu
|
||||||
COMMENT= Standard netcat enhanced with twofish encryption
|
COMMENT= Standard netcat enhanced with twofish encryption
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/unix
|
WRKSRC= ${WRKDIR}/unix
|
||||||
ALL_TARGET= freebsd
|
ALL_TARGET= freebsd
|
||||||
|
|
||||||
PLIST_FILES= bin/cryptcat
|
PLIST_FILES= bin/cryptcat
|
||||||
PORTDOCS= README.cryptcat
|
PORTDOCS= README.cryptcat
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/cryptcat ${TARGETDIR}/bin
|
||||||
.if !defined(NOPORTDOCS)
|
.if !defined(NOPORTDOCS)
|
||||||
@${MKDIR} ${DOCSDIR}
|
@${MKDIR} ${DOCSDIR}
|
||||||
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue