summaryrefslogtreecommitdiff
path: root/net/pptp
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
committerrillig <rillig@pkgsrc.org>2019-11-03 11:45:28 +0000
commit6d1d2ca41e824dc78d236dd7507b72a54ede5a88 (patch)
tree97ee76f3981200121bbba776c699b2cf57cc3af5 /net/pptp
parentc541c77da9d5d98e1ba6000a10bd6ad0d291105c (diff)
downloadpkgsrc-6d1d2ca41e824dc78d236dd7507b72a54ede5a88.tar.gz
net: align variable assignments
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Diffstat (limited to 'net/pptp')
-rw-r--r--net/pptp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/pptp/Makefile b/net/pptp/Makefile
index de53f7b6787..059d2878081 100644
--- a/net/pptp/Makefile
+++ b/net/pptp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/07/04 13:40:29 jperkin Exp $
+# $NetBSD: Makefile,v 1.19 2019/11/03 11:45:49 rillig Exp $
DISTNAME= pptp-1.7.1
PKGREVISION= 1
@@ -20,7 +20,7 @@ MAKE_FLAGS+= PPPDIR=${PREFIX}/share/examples/pptp
INSTALLATION_DIRS= bin ${PKGMANDIR}/man8 share/examples/pptp
INSTALLATION_DIRS+= share/doc/pptp/Documentation share/doc/pptp/Reference
-DOCDIR= ${PREFIX}/share/doc/pptp
+DOCDIR= ${PREFIX}/share/doc/pptp
post-install:
cd ${WRKSRC}/Documentation && ${INSTALL_DATA} * ${DESTDIR}${DOCDIR}/Documentation