summaryrefslogtreecommitdiff
path: root/editors/sted
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-03-31 19:56:19 +0000
commitda92dce43f7f4b5c90b2b1d3d0315d6e5672640a (patch)
tree5e6a7de8fba27c0f1467e3dc9c9deec27ddc12ac /editors/sted
parent- remove support for cyrus-sasl < 2 (diff)
- Remove DESTDIR support from my ports as it is useless now. New implementation
is coming.
Notes
Notes: svn path=/head/; revision=188901
Diffstat (limited to 'editors/sted')
-rw-r--r--editors/sted/Makefile4
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}