diff options
author | Cy Schubert <cy@FreeBSD.org> | 2008-09-09 23:31:51 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2008-09-09 23:31:51 +0000 |
commit | e0227b411bdd18df3f8d1f36572dba808a117b5d (patch) | |
tree | 1d1caf0099d1d4f81a17d1127b46e136f07c6c65 /net/pipsecd | |
parent | - Fix build upon NOPORTDOCS (diff) |
The distfile has moved. Point MASTER_SITES to it.
Fix PORTDOCS in pkg-plist.
Approved by: portsmgr (linimon)
Notes
Notes:
svn path=/head/; revision=220317
Diffstat (limited to 'net/pipsecd')
-rw-r--r-- | net/pipsecd/Makefile | 4 | ||||
-rw-r--r-- | net/pipsecd/pkg-plist | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/pipsecd/Makefile b/net/pipsecd/Makefile index f94d8012939b..025901bfdb5a 100644 --- a/net/pipsecd/Makefile +++ b/net/pipsecd/Makefile @@ -9,8 +9,8 @@ PORTNAME= pipsecd PORTVERSION= 19991014 PORTREVISION= 2 CATEGORIES= net security -MASTER_SITES= http://www.enst.fr/~beyssac/pipsec/ \ - http://www.mindstep.com/pipsec/ +MASTER_SITES= http://perso.telecom-paristech.fr/~beyssac/pipsec/ \ + http://www.komquats.com/distfiles/ DISTNAME= pipsec-19991014 MAINTAINER= cy@FreeBSD.org diff --git a/net/pipsecd/pkg-plist b/net/pipsecd/pkg-plist index 52cb3ce4d888..91d3fc2312e7 100644 --- a/net/pipsecd/pkg-plist +++ b/net/pipsecd/pkg-plist @@ -1,8 +1,8 @@ sbin/pipsecd etc/ipsec/pipsecd.conf.sample etc/rc.d/pipsecd.sh -share/doc/pipsecd/README -share/doc/pipsecd/COPYRIGHT -share/doc/pipsecd/README.port -@dirrm share/doc/pipsecd +%%PORTDOCS%%share/doc/pipsecd/README +%%PORTDOCS%%share/doc/pipsecd/COPYRIGHT +%%PORTDOCS%%share/doc/pipsecd/README.port +%%PORTDOCS%%@dirrm share/doc/pipsecd @dirrm etc/ipsec |