diff options
author | yar <yar@FreeBSD.org> | 2005-02-07 18:39:44 +0800 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2005-02-07 18:39:44 +0800 |
commit | 1b746b341b9351be237a76929374cfc05e5445fc (patch) | |
tree | b66fe081e2fec54648a9d5fb240d0b5e2ecf2742 /net/quagga/pkg-plist | |
parent | f8d72af213bb4a4203e58b0ec26becda616131df (diff) | |
download | freebsd-ports-gnome-1b746b341b9351be237a76929374cfc05e5445fc.tar.gz freebsd-ports-gnome-1b746b341b9351be237a76929374cfc05e5445fc.tar.zst freebsd-ports-gnome-1b746b341b9351be237a76929374cfc05e5445fc.zip |
Fix some bugs in this port and work around the issue
of @exec'ing ldconfig after @cwd. The latter is a hack
that should be revised.
PR: ports/77194
Submitted by: maintainer
Diffstat (limited to 'net/quagga/pkg-plist')
-rw-r--r-- | net/quagga/pkg-plist | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/quagga/pkg-plist b/net/quagga/pkg-plist index 84ae24b40bca..2fdffbcab82b 100644 --- a/net/quagga/pkg-plist +++ b/net/quagga/pkg-plist @@ -63,9 +63,6 @@ include/quagga/vty.h include/quagga/zassert.h include/quagga/zclient.h include/quagga/zebra.h -info/quagga.info -@unexec install-info --delete %D/info/quagga.info %D/info/dir -@exec install-info %D/info/quagga.info %D/info/dir %%EXAMPLESDIR%%/bgpd.conf.sample %%EXAMPLESDIR%%/bgpd.conf.sample2 %%ISISD_CONF%% @@ -83,4 +80,5 @@ info/quagga.info @cwd %%RC_DIR%% quagga%%RC_SUFX%% watchquagga%%RC_SUFX%% +@cwd %%CWD_TRICK%% @unexec rmdir %%LOCALSTATE_DIR%% 2>/dev/null || true |