diff options
Diffstat (limited to 'net/cryptcat')
-rw-r--r-- | net/cryptcat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/cryptcat/Makefile b/net/cryptcat/Makefile index db2ac7f7e644..37e388439cae 100644 --- a/net/cryptcat/Makefile +++ b/net/cryptcat/Makefile @@ -17,14 +17,14 @@ EXTRACT_SUFX= .tar MAINTAINER= gkovesdan@t-hosting.hu COMMENT= Standard netcat enhanced with twofish encryption -WRKSRC= ${WRKDIR}/unix +WRKSRC= ${WRKDIR}/unix ALL_TARGET= freebsd 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} |