aboutsummaryrefslogtreecommitdiff
path: root/net/miredo
diff options
context:
space:
mode:
authorMunechika SUMIKAWA <sumikawa@FreeBSD.org>2012-08-24 05:53:17 +0000
committerMunechika SUMIKAWA <sumikawa@FreeBSD.org>2012-08-24 05:53:17 +0000
commit41febc3866601a1fdc95be075c542ed4425411e8 (patch)
treeeccd0ed7feb4a346dd44bff8e9d03b5f6cab64d7 /net/miredo
parent53c2f6fe36056750ea1f53febb41a6de6bfec65c (diff)
downloadports-41febc3866601a1fdc95be075c542ed4425411e8.tar.gz
ports-41febc3866601a1fdc95be075c542ed4425411e8.zip
Do not install miredo.service which is unnecessary for FreeBSD
PR: 165796 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
Notes
Notes: svn path=/head/; revision=303055
Diffstat (limited to 'net/miredo')
-rw-r--r--net/miredo/Makefile1
-rw-r--r--net/miredo/files/patch-misc_Makefile.in30
2 files changed, 31 insertions, 0 deletions
diff --git a/net/miredo/Makefile b/net/miredo/Makefile
index 277d4ed83e75..aa5d9b04d6ef 100644
--- a/net/miredo/Makefile
+++ b/net/miredo/Makefile
@@ -7,6 +7,7 @@
PORTNAME= miredo
PORTVERSION= 1.2.5
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
diff --git a/net/miredo/files/patch-misc_Makefile.in b/net/miredo/files/patch-misc_Makefile.in
new file mode 100644
index 000000000000..971d6203dc2e
--- /dev/null
+++ b/net/miredo/files/patch-misc_Makefile.in
@@ -0,0 +1,30 @@
+--- ./misc/Makefile.in.orig 2012-03-03 12:07:43.000000000 +0100
++++ ./misc/Makefile.in 2012-03-06 21:44:16.210698683 +0100
+@@ -367,24 +367,11 @@
+ @list='$(examples_DATA)'; test -n "$(examplesdir)" || list=; \
+ files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+ dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
+-install-systemdDATA: $(systemd_DATA)
+- @$(NORMAL_INSTALL)
+- test -z "$(systemddir)" || $(MKDIR_P) "$(DESTDIR)$(systemddir)"
+- @list='$(systemd_DATA)'; test -n "$(systemddir)" || list=; \
+- for p in $$list; do \
+- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+- echo "$$d$$p"; \
+- done | $(am__base_list) | \
+- while read files; do \
+- echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemddir)'"; \
+- $(INSTALL_DATA) $$files "$(DESTDIR)$(systemddir)" || exit $$?; \
+- done
++
++install-systemdDATA:
+
+ uninstall-systemdDATA:
+- @$(NORMAL_UNINSTALL)
+- @list='$(systemd_DATA)'; test -n "$(systemddir)" || list=; \
+- files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
+- dir='$(DESTDIR)$(systemddir)'; $(am__uninstall_files_from_dir)
++
+ tags: TAGS
+ TAGS:
+