- Use --enable-examplesdir

- draft-ietf-6man-rfc3484bis now becomes RFC6724

PR:             ports/165796
Submitted by:   Tobias Rehbein <tobias.rehbein@web.de>
Feature safe:	yes
This commit is contained in:
Munechika SUMIKAWA 2012-10-23 07:55:30 +00:00
parent 4548b55464
commit 7a5a800487
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=306297
3 changed files with 8 additions and 9 deletions

View file

@ -7,7 +7,7 @@
PORTNAME= miredo
PORTVERSION= 1.2.5
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
@ -18,7 +18,7 @@ LIB_DEPENDS= Judy.1:${PORTSDIR}/devel/judy
USE_XZ= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=/var
CONFIGURE_ARGS= --localstatedir=/var --enable-examplesdir=$(EXAMPLESDIR)
USE_LDCONFIG= yes
OPTIONS= POLICYTABLE "Install policy table to support teredo" off

View file

@ -1,5 +1,5 @@
# Revised default policy table to support teredo defined in the below draft
# http://tools.ietf.org/id/draft-ietf-6man-rfc3484bis-06.txt
# Revised default policy table to support teredo defined in RFC6724
# http://www.rfc-editor.org/rfc/rfc6724.txt
::1/128 50 0
::/0 40 1
::ffff:0:0/96 35 4

View file

@ -15,16 +15,15 @@ include/libteredo/teredo.h
include/libteredo/teredo-udp.h
include/libteredo/tunnel.h
include/libtun6/tun6.h
@unexec [ -f %D/etc/miredo/miredo.conf ] && cmp -s %D/etc/miredo/miredo.conf %D/%%DOCSDIR%%/examples/miredo.conf && rm %D/etc/miredo/miredo.conf || true
@unexec [ -f %D/etc/miredo/miredo.conf ] && cmp -s %D/etc/miredo/miredo.conf %D/%%%EXAMPLESDIR%%/miredo.conf && rm %D/etc/miredo/miredo.conf || true
etc/miredo/client-hook
@exec [ -f %B/miredo/miredo.conf ] || cp %F %B/miredo/miredo.conf
%%DOCSDIR%%/examples/miredo-server.conf
%%DOCSDIR%%/examples/miredo.conf
%%EXAMPLESDIR%%/miredo.conf
%%EXAMPLESDIR%%/miredo-server.conf
%%NLS%%share/locale/en/LC_MESSAGES/miredo.mo
%%NLS%%share/locale/en_GB/LC_MESSAGES/miredo.mo
%%NLS%%share/locale/fr/LC_MESSAGES/miredo.mo
@dirrm %%DOCSDIR%%/examples
@dirrm %%DOCSDIR%%
@dirrm %%EXAMPLESDIR%%
@dirrmtry etc/miredo
@dirrm include/libtun6
@dirrm include/libteredo