diff options
author | tron <tron> | 1999-07-05 16:36:58 +0000 |
---|---|---|
committer | tron <tron> | 1999-07-05 16:36:58 +0000 |
commit | 6424db7166107e0db20bced77e09b57b8af1c6d4 (patch) | |
tree | f63c22796795fd0aa06734f929056172c5b7aedc /editors | |
parent | 8a8a31147c7f8be6c6a2530bf9bfee6a9d4e1600 (diff) | |
download | pkgsrc-6424db7166107e0db20bced77e09b57b8af1c6d4.tar.gz |
pkglint:
- remove contiguous blank lines
- ${MKDIR} includes "-p" by default.
Diffstat (limited to 'editors')
-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; \ |