diff options
author | grant <grant> | 2003-05-05 17:34:53 +0000 |
---|---|---|
committer | grant <grant> | 2003-05-05 17:34:53 +0000 |
commit | bd4451a90df88db1332e559e2af44feccd80c9b3 (patch) | |
tree | a68f520017b6f0b2c1a2e4affb0d727ba19d22e1 | |
parent | adc63da6f7dada3ebadc8f8d61350b13c10c5c8b (diff) | |
download | pkgsrc-bd4451a90df88db1332e559e2af44feccd80c9b3.tar.gz |
be noisier in post-install, whitespace fix.
-rw-r--r-- | editors/xemacs-nox11/Makefile | 8 |
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 |