mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- 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)
This commit is contained in:
parent
b4926f1759
commit
defd3ec2a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125808
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= beacon
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net perl5 mbone ipv6
|
||||
MASTER_SITES= http://dast.nlanr.net/Projects/Beacon/releases/
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-0
|
||||
|
11
net/beacon/files/patch-NMB-Makefile.in
Normal file
11
net/beacon/files/patch-NMB-Makefile.in
Normal file
@ -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
|
@ -8,7 +8,7 @@
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/Net/Multicast/
|
||||
@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Net 2>/dev/null || true
|
||||
www/beacon-%%VERSION%%/beacon
|
||||
www/beacon-%%VERSION%%
|
||||
@dirrm www/beacon-%%VERSION%%
|
||||
etc/beacon.conf.sample
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user