diff options
author | Nick Sayer <nsayer@FreeBSD.org> | 2001-09-08 16:28:00 +0000 |
---|---|---|
committer | Nick Sayer <nsayer@FreeBSD.org> | 2001-09-08 16:28:00 +0000 |
commit | 4a0cd50687ff0cac12358785aea4702112ed49eb (patch) | |
tree | 3ddc2dfeb8b6a76c9bd6fdaa4903f4e8e9934fa9 /net/poptop/Makefile | |
parent | 4f028cfd2d24d0544cbe41d22f1e62b723ec8f66 (diff) |
1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a
while and appears to work better.
2. INSTALL_SCRIPT for the rc.d script rather than INSTALL_DATA. That way
it actually gets run at startup.
Notes
Notes:
svn path=/head/; revision=47541
Diffstat (limited to 'net/poptop/Makefile')
-rw-r--r-- | net/poptop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile index b83f209e88f3..56eb839a0901 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -6,7 +6,7 @@ # PORTNAME= poptop -PORTVERSION= 1.0.1 +PORTVERSION= 1.1.2 CATEGORIES= net MASTER_SITES= http://poptop.lineo.com/releases/ DISTNAME= pptpd-${PORTVERSION} @@ -21,6 +21,6 @@ MAN8= pptpd.8 pptpctrl.8 post-install: ${INSTALL_DATA} ${WRKSRC}/samples/pptpd.conf ${PREFIX}/etc/pptpd.conf.sample - ${INSTALL_DATA} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh + ${INSTALL_SCRIPT} ${FILESDIR}/pptpd.sh ${PREFIX}/etc/rc.d/pptpd.sh .include <bsd.port.mk> |