From 1ccf16d959c52ef4d8d923ddea2e00e40b451be1 Mon Sep 17 00:00:00 2001 From: grant Date: Mon, 5 May 2003 17:38:02 +0000 Subject: be noisier in do-install, whitespace fix. --- editors/xemacs-packages/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'editors/xemacs-packages') diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index c1f0e3d5da2..de4d555ec71 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/03/29 12:40:47 jmmv Exp $ +# $NetBSD: Makefile,v 1.35 2003/05/05 17:38:02 grant Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.11 @@ -179,11 +179,11 @@ xemacs-update-package: xemacs-fetch-package-list xemacs-merge-package-list .endif # PKG_DEVELOPER && OPSYS == "NetBSD" do-install: - @${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs/xemacs-packages + ${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs/xemacs-packages .for DISTFILE in ${DISTFILES} @${ECHO_MSG} -n "Extracting ${DISTFILE} ... " @${GTAR} xCzf ${PREFIX}/lib/xemacs/xemacs-packages \ - ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE} + ${DISTDIR}/${DIST_SUBDIR}/${DISTFILE} @${ECHO_MSG} "done" .endfor @${ECHO_MSG} -n "Fixing file ownerships ... " @@ -192,9 +192,9 @@ do-install: .if defined(MANZ) @${ECHO_MSG} -n "Compressing \".el\" files ... " @cd ${PREFIX} && \ - ${GREP} '\$${ELSUFX}$$' ${PLIST_SRC} | \ - ${SED} -e 's#\$${ELSUFX}$$##' | \ - ${XARGS} ${GZIP_CMD} + ${GREP} '\$${ELSUFX}$$' ${PLIST_SRC} | \ + ${SED} -e 's#\$${ELSUFX}$$##' | \ + ${XARGS} ${GZIP_CMD} @${ECHO_MSG} "done" .endif -- cgit v1.2.3