From 91ded9f738ad8d30c91cfffaf3e74abbee60717e Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Aug 2012 13:30:27 +0000 Subject: pkglint cleanup. --- shells/zsh/Makefile.common | 18 +++++++++--------- shells/zsh/hacks.mk | 2 ++ 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'shells') diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 16b6dd5ea2c..f819de0206f 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.65 2012/07/22 10:03:40 ryoon Exp $ +# $NetBSD: Makefile.common,v 1.66 2012/08/16 13:30:27 wiz Exp $ # used by shells/zsh/Makefile # used by shells/zsh-current/Makefile @@ -21,7 +21,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR:Q} USE_TOOLS+= makeinfo -INFO_FILES= # PLIST +INFO_FILES= yes TEXINFO_REQD= 4.0 PKG_INSTALLATION_TYPES= overwrite pkgviews @@ -126,10 +126,10 @@ PLIST.dynamic= yes .undef MANZ pre-install: - @cd ${WRKSRC}/Completion; ${FIND} . -name \*.orig -exec ${RM} \{\} \; + cd ${WRKSRC}/Completion; ${FIND} . -name \*.orig -exec ${RM} \{\} \; +INSTALLATION_DIRS+= share/doc/zsh post-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/zsh cd ${WRKSRC}/Etc && ${INSTALL_DATA} BUGS FAQ \ ${DESTDIR}${PREFIX}/share/doc/zsh cd ${WRKSRC} && ${INSTALL_DATA} FEATURES NEWS \ @@ -143,15 +143,15 @@ post-install: do-test: do-su-test do-su-test: - @${_PKG_SILENT}${_PKG_DEBUG} \ + ${RUN} \ ${ECHO_MSG} "*** Warning: This test needs to be run as root" - @${_PKG_SILENT}${_PKG_DEBUG} \ + ${RUN} \ realtarget="real-su-test"; \ action="install"; \ ${_SU_TARGET} real-su-test: - @${_PKG_SILENT}${_PKG_DEBUG} \ + ${RUN} \ ${ECHO_MSG} "${_PKGSRC_IN}> Testing for ${PKGNAME}" - @cd ${WRKSRC} && ${MAKE} check - @cd ${WRKSRC}/Test && ${MAKE} clean + cd ${WRKSRC} && ${MAKE} check + cd ${WRKSRC}/Test && ${MAKE} clean diff --git a/shells/zsh/hacks.mk b/shells/zsh/hacks.mk index ab139fcf9e3..af545771682 100644 --- a/shells/zsh/hacks.mk +++ b/shells/zsh/hacks.mk @@ -1,3 +1,5 @@ +# $NetBSD: hacks.mk,v 1.3 2012/08/16 13:30:27 wiz Exp $ + .if !defined(ZSH_HACKS_MK) ZSH_HACKS_MK= defined -- cgit v1.2.3