summaryrefslogtreecommitdiff
path: root/misc/fep
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 17:04:19 +0000
commit575e1746162afa0bdf65141775da50fd5ae1f6e6 (patch)
treeb731aa7ec36381a5bf4b7c0c43332950fe0b1ed0 /misc/fep
parent41e26064d0211e40509252cb590013faf4ba0836 (diff)
downloadpkgsrc-575e1746162afa0bdf65141775da50fd5ae1f6e6.tar.gz
misc: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'misc/fep')
-rw-r--r--misc/fep/Makefile14
1 files changed, 7 insertions, 7 deletions
diff --git a/misc/fep/Makefile b/misc/fep/Makefile
index e8b4661097f..9d97193d043 100644
--- a/misc/fep/Makefile
+++ b/misc/fep/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/07/14 12:56:41 joerg Exp $
+# $NetBSD: Makefile,v 1.27 2019/11/03 17:04:21 rillig Exp $
DISTNAME= fep
PKGNAME= fep-1.0
@@ -10,13 +10,13 @@ MAINTAINER= nobu@psrc.isac.co.jp
COMMENT= General purpose front end for command line editing
LICENSE= fep-license
-RESTRICTED= Do not redistribute for a fee.
-NO_SRC_ON_CDROM=${RESTRICTED}
-NO_BIN_ON_CDROM=${RESTRICTED}
+RESTRICTED= Do not redistribute for a fee.
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
-WRKSRC= ${WRKDIR}
-MANCOMPRESSED= yes
-INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
+WRKSRC= ${WRKDIR}
+MANCOMPRESSED= yes
+INSTALLATION_DIRS+= bin ${PKGMANDIR}/man1
.include "../../mk/compiler.mk"