diff options
author | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-06-08 10:40:52 +0000 |
commit | da7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch) | |
tree | eaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/xemacs-packages/Makefile | |
parent | 09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff) | |
download | pkgsrc-da7926cedfcd3a80a37f3a5db3b7ef9601211bcb.tar.gz |
editors/*: let pkglint fix indentation and variable alignment
pkglint -Wall -F -r editors
Manually fixed the changes in editors/nedit since the "fixed" indentation
was wrong.
Diffstat (limited to 'editors/xemacs-packages/Makefile')
-rw-r--r-- | editors/xemacs-packages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xemacs-packages/Makefile b/editors/xemacs-packages/Makefile index 562baeac39c..fd8700b960b 100644 --- a/editors/xemacs-packages/Makefile +++ b/editors/xemacs-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.70 2018/08/22 09:45:04 wiz Exp $ +# $NetBSD: Makefile,v 1.71 2019/06/08 10:41:00 rillig Exp $ DISTNAME= xemacs-packages PKGNAME= xemacs-packages-1.18 @@ -6,7 +6,7 @@ PKGREVISION= 2 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XEMACS:=${XEMACSPKG_PATH}/} -XEMACSPKG_PATH= beta/experimental/packages +XEMACSPKG_PATH= beta/experimental/packages DISTFILES= \ Sun-1.19-pkg.tar.gz \ ada-1.16-pkg.tar.gz \ @@ -142,7 +142,7 @@ DISTFILES= \ # leim-1.38-pkg.tar.gz \ DISTFILES+= leim-1.31-pkg.tar.gz -SITES.leim-1.31-pkg.tar.gz = ${MASTER_SITE_XEMACS:="packages/"} +SITES.leim-1.31-pkg.tar.gz= ${MASTER_SITE_XEMACS:="packages/"} MAINTAINER= hauke@NetBSD.org HOMEPAGE= http://www.xemacs.org/ |