diff options
Diffstat (limited to 'editors/sted')
-rw-r--r-- | editors/sted/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/sted/Makefile b/editors/sted/Makefile index 17c90955427e..3fb155ec38ff 100644 --- a/editors/sted/Makefile +++ b/editors/sted/Makefile @@ -27,8 +27,8 @@ post-patch: @${REINPLACE_CMD} "s|<curses.h>|<ncurses.h>|" ${WRKSRC}/sted.c do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${TARGETDIR}/bin - @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${TARGETDIR}/man/man1 + @ ${INSTALL_PROGRAM} ${WRKSRC}/sted ${PREFIX}/bin + @ ${INSTALL_MAN} ${WRKSRC}/sted.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} .for file in ${PORTDOCS} |