summaryrefslogtreecommitdiff
path: root/editors/nedit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/nedit/Makefile')
-rw-r--r--editors/nedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index de976381846..69f7bd771ba 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2001/02/16 14:40:52 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2001/02/25 04:17:44 hubertf Exp $
DISTNAME= nedit-5.1.1-src
PKGNAME= nedit-5.1.1
@@ -22,7 +22,7 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/source/${PROGRAM} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PROGRAM}.man ${PREFIX}/man/man1/${PROGRAM}.1
.endfor
- ${MKDIR} ${PREFIX}/share/doc/nedit
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/nedit
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/nedit
.include "../../mk/bsd.pkg.mk"