diff options
Diffstat (limited to 'net/beacon')
-rw-r--r-- | net/beacon/Makefile | 1 | ||||
-rw-r--r-- | net/beacon/files/patch-NMB-Makefile.in | 11 | ||||
-rw-r--r-- | net/beacon/pkg-plist | 2 |
3 files changed, 13 insertions, 1 deletions
diff --git a/net/beacon/Makefile b/net/beacon/Makefile index ab84c008ae53..745185d87f75 100644 --- a/net/beacon/Makefile +++ b/net/beacon/Makefile @@ -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 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 diff --git a/net/beacon/pkg-plist b/net/beacon/pkg-plist index 2142baa315ab..e34c01a04f27 100644 --- a/net/beacon/pkg-plist +++ b/net/beacon/pkg-plist @@ -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%% |