mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Do not install miredo.service which is unnecessary for FreeBSD
PR: 165796 Submitted by: Tobias Rehbein <tobias.rehbein@web.de>
This commit is contained in:
parent
53c2f6fe36
commit
41febc3866
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303055
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= miredo
|
||||
PORTVERSION= 1.2.5
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net ipv6
|
||||
MASTER_SITES= http://www.remlab.net/files/miredo/archive/
|
||||
|
||||
|
30
net/miredo/files/patch-misc_Makefile.in
Normal file
30
net/miredo/files/patch-misc_Makefile.in
Normal file
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user