1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00

net/pptpclient: Sort PLIST_FILES

This commit is contained in:
Po-Chuan Hsieh 2022-03-31 06:03:22 +08:00
parent 55cbc801a0
commit b48aeda6c0
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B

View File

@ -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