diff options
Diffstat (limited to 'textproc/csvdiff/Makefile')
-rw-r--r-- | textproc/csvdiff/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/csvdiff/Makefile b/textproc/csvdiff/Makefile index 1ccfcae9c117..eaa6d762567f 100644 --- a/textproc/csvdiff/Makefile +++ b/textproc/csvdiff/Makefile @@ -25,7 +25,7 @@ PORTDOCS= CHANGES README TODO do-install: ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \ - ${TARGETDIR}/bin/${PORTNAME} + ${PREFIX}/bin/${PORTNAME} .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} |