summaryrefslogtreecommitdiff
path: root/editors/xemacs-nox11
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2003-05-05 17:34:53 +0000
committergrant <grant@pkgsrc.org>2003-05-05 17:34:53 +0000
commitfa617e87b152fdae907fbbd1fd2b2235f92dc6a0 (patch)
treea68f520017b6f0b2c1a2e4affb0d727ba19d22e1 /editors/xemacs-nox11
parentd1004809dcc2cc7f19c8dae029bf42be8aee2a98 (diff)
downloadpkgsrc-fa617e87b152fdae907fbbd1fd2b2235f92dc6a0.tar.gz
be noisier in post-install, whitespace fix.
Diffstat (limited to 'editors/xemacs-nox11')
-rw-r--r--editors/xemacs-nox11/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/xemacs-nox11/Makefile b/editors/xemacs-nox11/Makefile
index 3de2a575897..07852fa0290 100644
--- a/editors/xemacs-nox11/Makefile
+++ b/editors/xemacs-nox11/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/05/02 11:54:47 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2003/05/05 17:34:53 grant Exp $
DISTNAME= xemacs-21.4.12
PKGNAME= xemacs-nox11-21.4.12
@@ -102,7 +102,7 @@ CONFIGURE_ARGS+= --without-xpm # XXX -nox
CFLAGS+= -Dunix
post-extract:
- for FILE in ${EXTRA_FILES}; do \
+ for FILE in ${EXTRA_FILES}; do \
${GTAR} xzCf ${WRKDIR} ${DISTDIR}/${DIST_SUBDIR}/$$FILE; \
done
@@ -110,8 +110,8 @@ post-patch:
@${RM} -f ${WRKSRC}/etc/ctags.1.orig
post-install:
- @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME}
- @${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs
+ ${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/${DISTNAME}
+ ${INSTALL_DATA_DIR} ${PREFIX}/lib/xemacs
@if [ "X${MANZ}" != X"" ]; then \
${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/${DISTNAME}; \
fi