Index: head/net/pptpclient/Makefile =================================================================== --- head/net/pptpclient/Makefile (revision 378484) +++ head/net/pptpclient/Makefile (revision 378485) @@ -1,31 +1,33 @@ # Created by: John Polstra # $FreeBSD$ PORTNAME= pptpclient PORTVERSION= 1.8.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= PPTP client for establishing a VPN link with an NT server LICENSE= GPLv2 # (or later) USES= perl5 -MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" PPPD="/usr/sbin/ppp" +MAKE_ARGS= CC="${CC}" OPTIMIZE="${CFLAGS}" DEBUG="" \ + PPPD="/usr/sbin/ppp" IP="/usr/bin/true" CFLAGS+= -DUSER_PPP PLIST_FILES= sbin/pptp man/man8/pptp.8.gz PORTEXAMPLES= README ppp.conf OPTIONS_DEFINE= EXAMPLES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/pptp ${STAGEDIR}${PREFIX}/sbin @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/README ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${FILESDIR}/ppp.conf ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_MAN} ${WRKSRC}/pptp.8 ${STAGEDIR}${MANPREFIX}/man/man8 .include