diff options
author | tron <tron@pkgsrc.org> | 1999-07-05 16:36:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-07-05 16:36:58 +0000 |
commit | ad6fbb777ec86a4ad90f125f1d7f2a47468e8c76 (patch) | |
tree | f63c22796795fd0aa06734f929056172c5b7aedc /editors/xemacs | |
parent | 8a5fc51aab462be341e670f0fb82d7e4f312bc2b (diff) | |
download | pkgsrc-ad6fbb777ec86a4ad90f125f1d7f2a47468e8c76.tar.gz |
pkglint:
- remove contiguous blank lines
- ${MKDIR} includes "-p" by default.
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 59b86e228bf..b2776a627d3 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1999/07/03 15:43:32 tron Exp $ +# $NetBSD: Makefile,v 1.7 1999/07/05 16:36:58 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.3 @@ -10,7 +10,6 @@ MASTER_SITES= ftp://ftp.xemacs.org/pub/xemacs/xemacs-21.1/ \ ftp://ftp.th-darmstadt.de/pub/editors/xemacs/xemacs-21.1/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}-elc${EXTRACT_SUFX} ${DISTNAME}-info${EXTRACT_SUFX} - MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ @@ -59,7 +58,7 @@ pre-configure: post-install: @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${PREFIX}/lib/xemacs-21.1-p3 - @${MKDIR} -p ${PREFIX}/lib/xemacs + @${MKDIR} ${PREFIX}/lib/xemacs @if [ "X${MANZ}" != X"" ]; then \ ${WRKSRC}/lib-src/gzip-el.sh ${PREFIX}/lib/xemacs-21.1-p3; \ GZSUFFIX=.gz; \ |