diff options
author | lawrance <lawrance@FreeBSD.org> | 2006-04-18 16:51:11 +0800 |
---|---|---|
committer | lawrance <lawrance@FreeBSD.org> | 2006-04-18 16:51:11 +0800 |
commit | 838512b4ea0e65e61b221f4ccdd5d24a46ab24dc (patch) | |
tree | e3407bcc89b1dec1926270586a80837ac55b2a7a /net/spread | |
parent | a5bc7b363afc594a50c43ef69290cdbe5c7d2d66 (diff) | |
download | freebsd-ports-gnome-838512b4ea0e65e61b221f4ccdd5d24a46ab24dc.tar.gz freebsd-ports-gnome-838512b4ea0e65e61b221f4ccdd5d24a46ab24dc.tar.zst freebsd-ports-gnome-838512b4ea0e65e61b221f4ccdd5d24a46ab24dc.zip |
Fix plist.
PR: ports/92841
Submitted by: leeym
Approved by: joshua@roughtrade.net (maintainer, timeout 2 months)
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%% |