git: b48aeda6c023 - main - net/pptpclient: Sort PLIST_FILES

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Wed, 30 Mar 2022 22:22:47 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=b48aeda6c0232f9c5dd43dbf8881b257b83e6a2d

commit b48aeda6c0232f9c5dd43dbf8881b257b83e6a2d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-03-30 22:03:22 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-03-30 22:03:22 +0000

    net/pptpclient: Sort PLIST_FILES
---
 net/pptpclient/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile
index 849759d5bc2a..eea26436958e 100644
--- a/net/pptpclient/Makefile
+++ b/net/pptpclient/Makefile
@@ -3,7 +3,7 @@
 PORTNAME=	pptpclient
 DISTVERSION=	1.10.0
 CATEGORIES=	net net-vpn
-MASTER_SITES=	SF/${PORTNAME}/pptp/pptp-${PORTVERSION}
+MASTER_SITES=	SF/pptpclient/pptp/pptp-${PORTVERSION}
 DISTNAME=	pptp-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -18,7 +18,7 @@ CFLAGS+=	-DUSER_PPP
 MAKE_ARGS=	CC="${CC}" DEBUG="" OPTIMIZE="${CFLAGS}" PPPD=/usr/sbin/ppp
 USE_RC_SUBR=	pptp
 
-PLIST_FILES=	share/man/man8/pptp.8.gz sbin/pptp
+PLIST_FILES=	sbin/pptp share/man/man8/pptp.8.gz
 PORTEXAMPLES=	README ppp.conf
 
 OPTIONS_DEFINE=	EXAMPLES