aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:13 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2020-01-19 11:10:13 +0000
commit936e40ace4d28451dea331d4949494672536b3f4 (patch)
tree698cc21265f1fc62d5f0bf417a4f2a61c96fef5d /net
parent4c9113b59a19c86474aa63b855b51426fb550515 (diff)
downloadports-936e40ace4d28451dea331d4949494672536b3f4.tar.gz
ports-936e40ace4d28451dea331d4949494672536b3f4.zip
Update manpage location (r523104)
Notes
Notes: svn path=/head/; revision=523541
Diffstat (limited to 'net')
-rw-r--r--net/pptpclient/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index d2749b1e9d87..fb3937a4e889 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -14,18 +14,19 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
-USE_RC_SUBR= pptp
+
CFLAGS+= -DUSER_PPP
MAKE_ARGS= CC="${CC}" DEBUG="" OPTIMIZE="${CFLAGS}" PPPD=/usr/sbin/ppp
+USE_RC_SUBR= pptp
-PLIST_FILES= man/man8/pptp.8.gz sbin/pptp
+PLIST_FILES= share/man/man8/pptp.8.gz sbin/pptp
PORTEXAMPLES= README ppp.conf
OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pptp ${STAGEDIR}${PREFIX}/sbin
- ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${STAGEDIR}${MANPREFIX}/man/man8
+ ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${STAGEDIR}${PREFIX}/share/man/man8
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}