diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-18 08:51:11 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2006-04-18 08:51:11 +0000 |
commit | 4bf19e536fa9fd6c3df379868e75c2b3af63278f (patch) | |
tree | 852b6e574f0b2194519dae89a48af46fe2a8900e /net/spread | |
parent | - OPTIONS revision: resort, add new (diff) |
Fix plist.
PR: ports/92841
Submitted by: leeym
Approved by: joshua@roughtrade.net (maintainer, timeout 2 months)
Notes
Notes:
svn path=/head/; revision=159854
Diffstat (limited to 'net/spread')
-rw-r--r-- | net/spread/Makefile | 1 | ||||
-rw-r--r-- | net/spread/pkg-plist | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/net/spread/Makefile b/net/spread/Makefile index f0689169a006..9b29ba36f7d6 100644 --- a/net/spread/Makefile +++ b/net/spread/Makefile @@ -15,7 +15,6 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= joshua@roughtrade.net COMMENT= The Spread Group Communication System, a network toolkit -USE_REINPLACE= yes GNU_CONFIGURE= yes USE_PERL5= yes USE_RC_SUBR= yes diff --git a/net/spread/pkg-plist b/net/spread/pkg-plist index c914635c6aa1..261d36278628 100644 --- a/net/spread/pkg-plist +++ b/net/spread/pkg-plist @@ -25,7 +25,7 @@ sbin/spread %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/Spread.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread/autosplit.ix %%EXAMPLESDIR%%/test.pl -@exec mkdir -p /var/run/spread %B/var/run +@exec mkdir -p /var/run/spread @unexec rmdir /var/run/spread 2>/dev/null || true @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Spread @dirrmtry %%EXAMPLESDIR%% |