summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh/Makefile.common')
-rw-r--r--shells/zsh/Makefile.common7
1 files changed, 4 insertions, 3 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common
index 8d79aa11aae..6958ee37fcb 100644
--- a/shells/zsh/Makefile.common
+++ b/shells/zsh/Makefile.common
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile.common,v 1.12 2004/07/11 01:23:29 salo Exp $
+# $NetBSD: Makefile.common,v 1.13 2004/08/16 16:17:39 recht Exp $
DISTNAME= zsh-${ZSH_VERSION}
-PKGREVISION= 1
CATEGORIES= shells
MASTER_SITES= ftp://sunsite.dk/pub/unix/shells/zsh/ \
ftp://ftp.fu-berlin.de/pub/unix/shells/zsh/ \
@@ -48,7 +47,9 @@ INSTALL_TARGET= install install.info
post-install:
@${INSTALL_DATA_DIR} ${PREFIX}/share/doc/zsh
- @cd ${WRKSRC}/Etc; ${INSTALL_DATA} BUGS FAQ FEATURES NEWS \
+ @cd ${WRKSRC}/Etc; ${INSTALL_DATA} BUGS FAQ \
+ ${PREFIX}/share/doc/zsh
+ @cd ${WRKSRC}; ${INSTALL_DATA} FEATURES NEWS \
${PREFIX}/share/doc/zsh
# Utilize Zsh's test framework.