1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Remove unnecesary patch

- Fix @exec/@unexec on pkg-plist
This commit is contained in:
Munechika SUMIKAWA 2013-06-11 03:42:47 +00:00
parent 9e7a282ae0
commit e8db110761
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=320529
3 changed files with 3 additions and 14 deletions

View File

@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= miredo
PORTVERSION= 1.2.6
PORTREVISION= 1
PORTVERSION= 1.2.6
PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/miredo/archive/

View File

@ -1,14 +1,5 @@
--- misc/Makefile.in.orig 2013-05-24 00:51:51.000000000 +0900
+++ misc/Makefile.in 2013-05-30 21:43:05.059112147 +0900
@@ -18,7 +18,7 @@
# Makefile.am - misc Makefile for miredo
# ***********************************************************************
-# * Copyright © 2004-2009 Rémi Denis-Courmont. *
+# * Copyright 息 2004-2009 R辿mi Denis-Courmont. *
# * This program is free software; you can redistribute and/or modify *
# * it under the terms of the GNU General Public License as published *
# * by the Free Software Foundation; version 2 of the license, or (at *
@@ -395,27 +395,11 @@
@list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \

View File

@ -18,10 +18,8 @@ include/libtun6/tun6.h
etc/miredo/client-hook
@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
%%EXAMPLESDIR%%/miredo.conf
@exec [ -f %B/miredo.conf ] || cp %F %B/miredo.conf
@unexec [ -f %D/etc/miredo/miredo-server.conf ] && cmp -s %D/etc/miredo/miredo-server.conf %D/%%%EXAMPLESDIR%%/miredo-server.conf && rm %D/etc/miredo/miredo-server.conf || true
@exec [ -f %D/etc/miredo/miredo.conf ] || cp %B/miredo.conf %D/etc/miredo/miredo.conf
%%EXAMPLESDIR%%/miredo-server.conf
@exec [ -f %B/miredo-server.conf ] || cp %F %B/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