diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-11-22 17:10:33 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2009-11-22 17:10:33 +0000 |
commit | a0b2cbbb87f775c0d53b82c0559cf935b5d4629e (patch) | |
tree | a2d6b8f4722f02fd7fd0412ce759bb9f26b9e079 /net/pptpclient | |
parent | ec4574a2f45bcf8b38bba2794b67e0cf2be80202 (diff) | |
download | ports-a0b2cbbb87f775c0d53b82c0559cf935b5d4629e.tar.gz ports-a0b2cbbb87f775c0d53b82c0559cf935b5d4629e.zip |
Notes
Diffstat (limited to 'net/pptpclient')
-rw-r--r-- | net/pptpclient/Makefile | 2 | ||||
-rw-r--r-- | net/pptpclient/pkg-plist | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/pptpclient/Makefile b/net/pptpclient/Makefile index f27d4d99526e..a22e0804f5e8 100644 --- a/net/pptpclient/Makefile +++ b/net/pptpclient/Makefile @@ -7,7 +7,7 @@ PORTNAME= pptpclient PORTVERSION= 1.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= net MASTER_SITES= SF/${PORTNAME}/pptp/pptp-${PORTVERSION} DISTNAME= pptp-${PORTVERSION} diff --git a/net/pptpclient/pkg-plist b/net/pptpclient/pkg-plist index 332892c398f0..a1d7a93067f7 100644 --- a/net/pptpclient/pkg-plist +++ b/net/pptpclient/pkg-plist @@ -1,7 +1,4 @@ sbin/pptp -sbin/pptpsetup %%EXAMPLESDIR%%/README %%EXAMPLESDIR%%/ppp.conf -%%ETCDIR%%/ppp.conf -@dirrm %%ETCDIR%% @dirrm %%EXAMPLESDIR%% |