diff options
author | dholland <dholland@pkgsrc.org> | 2012-07-30 01:38:19 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-07-30 01:38:19 +0000 |
commit | 2984ba0de998a72d2cf61464444ed522f2195c67 (patch) | |
tree | e6fea08b5e9251c990792ee38f0552f75fb72007 /x11 | |
parent | d9491852acd7acb0a2dfeb8890ff2a23dc7585e1 (diff) | |
download | pkgsrc-2984ba0de998a72d2cf61464444ed522f2195c67.tar.gz |
Remove stray trailing backslash-newline, which pkglint incorrectly
reports as trailing whitespace.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/antiright/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/antiright/Makefile b/x11/antiright/Makefile index 4bb1b1eafcd..e520c708a4c 100644 --- a/x11/antiright/Makefile +++ b/x11/antiright/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/03/03 00:14:08 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2012/07/30 01:38:19 dholland Exp $ # DISTNAME= antiright-3.4 @@ -39,7 +39,7 @@ TOOLS_DEPENDS.pkg-config= pkg-config>=0.20:../../devel/pkg-config BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0 INSTALL_MAKE_FLAGS+= PREFIX=${DESTDIR}${PREFIX} \ - mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} \ + mandir=${DESTDIR}${PREFIX}/${PKGMANDIR} .include "../../x11/vte/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |