summaryrefslogtreecommitdiff
path: root/editors/sam
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
committerrillig <rillig@pkgsrc.org>2019-06-08 10:40:52 +0000
commitda7926cedfcd3a80a37f3a5db3b7ef9601211bcb (patch)
treeeaaa49f5a055ba0a9984b84a0ac3496741147403 /editors/sam
parent09b367b39eaa2e2f96055fcf6b5d5d268f2622e9 (diff)
downloadpkgsrc-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/sam')
-rw-r--r--editors/sam/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile
index 019669aed69..b3c0640f13c 100644
--- a/editors/sam/Makefile
+++ b/editors/sam/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2017/09/21 14:37:39 bsiegert Exp $
+# $NetBSD: Makefile,v 1.44 2019/06/08 10:40:57 rillig Exp $
DISTNAME= sam
PKGNAME= sam-4.3
@@ -22,16 +22,16 @@ MANCOMPRESSED= yes
INSTALLATION_DIRS= bin include lib/X11/app-defaults \
${PKGMANDIR}/man1 ${PKGMANDIR}/man3 ${PKGMANDIR}/man4 ${PKGMANDIR}/man6
-INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX:Q} \
+INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \
MAN=${PKGMANDIR}
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-.if ${X11BASE} != "/usr/openwin"
+. if ${X11BASE} != "/usr/openwin"
OTHER_X_LIBS= -lSM -lICE
-.endif
+. endif
do-build:
for d in libXg libframe sam samterm; do \