summaryrefslogtreecommitdiff
path: root/www/tcl-cgi/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/tcl-cgi/Makefile')
-rw-r--r--www/tcl-cgi/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tcl-cgi/Makefile b/www/tcl-cgi/Makefile
index e3fb38eff52..9ab649619e5 100644
--- a/www/tcl-cgi/Makefile
+++ b/www/tcl-cgi/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/17 17:22:40 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/02/25 04:18:24 hubertf Exp $
#
DISTNAME= cgi.tcl
@@ -18,8 +18,8 @@ DIST_SUBDIR= ${PKGNAME}
GNU_CONFIGURE= yes
post-install:
- ${MKDIR} ${PREFIX}/share/doc/tcl/cgi-tcl
- ${MKDIR} ${PREFIX}/share/examples/tcl/cgi-tcl
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tcl/cgi-tcl
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/tcl/cgi-tcl
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/tcl/cgi-tcl
${INSTALL_DATA} ${WRKSRC}/example/* ${PREFIX}/share/examples/tcl/cgi-tcl