View | Details | Raw Unified | Return to bug 92841
Collapse All | Expand All

(-)Makefile (-1 lines)
Lines 15-21 Link Here
15
MAINTAINER=	joshua@roughtrade.net
15
MAINTAINER=	joshua@roughtrade.net
16
COMMENT=	The Spread Group Communication System, a network toolkit
16
COMMENT=	The Spread Group Communication System, a network toolkit
17
17
18
USE_REINPLACE=	yes
19
GNU_CONFIGURE=	yes
18
GNU_CONFIGURE=	yes
20
USE_PERL5=	yes
19
USE_PERL5=	yes
21
USE_RC_SUBR=	yes
20
USE_RC_SUBR=	yes
(-)pkg-plist (-1 / +1 lines)
Lines 25-31 Link Here
25
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
25
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so
26
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
26
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix
27
%%EXAMPLESDIR%%/test.pl
27
%%EXAMPLESDIR%%/test.pl
28
@exec mkdir -p /var/run/spread %B/var/run
28
@exec mkdir -p /var/run/spread
29
@unexec rmdir /var/run/spread 2>/dev/null || true
29
@unexec rmdir /var/run/spread 2>/dev/null || true
30
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
30
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread
31
@dirrmtry %%EXAMPLESDIR%%
31
@dirrmtry %%EXAMPLESDIR%%

Return to bug 92841