summaryrefslogtreecommitdiff
path: root/editors/xemacs-packages
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-05 17:38:02 +0000
committergrant <grant@pkgsrc.org>2003-05-05 17:38:02 +0000
commit1ccf16d959c52ef4d8d923ddea2e00e40b451be1 (patch)
tree159dd3f06d9e8d8141a0fe27e64775b67e35c495 /editors/xemacs-packages
parentfa617e87b152fdae907fbbd1fd2b2235f92dc6a0 (diff)
downloadpkgsrc-1ccf16d959c52ef4d8d923ddea2e00e40b451be1.tar.gz
be noisier in do-install, whitespace fix.
Diffstat (limited to 'editors/xemacs-packages')
-rw-r--r--editors/xemacs-packages/Makefile12
1 files changed, 6 insertions, 6 deletions
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