diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-08 15:35:07 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-01-08 15:35:07 +0000 |
commit | defd3ec2a632e35aa2c47f3a9ad9b9d705d8d064 (patch) | |
tree | 3c300247b606ae15919987d780ad706189847dca /net/beacon/files/patch-NMB-Makefile.in | |
parent | fix plist (diff) |
- Fix plist: handle one directory as a directory instead as a file
- Suppress creation of perllocal.pod
PR: ports/75182
Submitted by: Janos Mohacsi <janos.mohacsi@niif.hu> (maintainer)
Notes
Notes:
svn path=/head/; revision=125808
Diffstat (limited to 'net/beacon/files/patch-NMB-Makefile.in')
-rw-r--r-- | net/beacon/files/patch-NMB-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/beacon/files/patch-NMB-Makefile.in b/net/beacon/files/patch-NMB-Makefile.in new file mode 100644 index 000000000000..2144063b9b63 --- /dev/null +++ b/net/beacon/files/patch-NMB-Makefile.in @@ -0,0 +1,11 @@ +--- Net-Multicast-Beacon/Makefile.in.orig Tue Jul 13 20:56:28 2004 ++++ Net-Multicast-Beacon/Makefile.in Sat Dec 18 16:52:21 2004 +@@ -300,7 +300,7 @@ + $(PERL) Makefile.PL MAKEFILE=$@ + + install-data-local: +- $(MAKE) -fMakefile.perl install ++ $(MAKE) -fMakefile.perl pure_install + clean-local: + if test -f Makefile.perl; then $(MAKE) -fMakefile.perl realclean; fi + rm -f Makefile.perl Makefile.perl.old |