ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility
Ion-Mihai Tetcu
itetcu at people.tecnik93.com
Fri Feb 4 22:00:49 UTC 2005
The following reply was made to PR ports/77108; it has been noted by GNATS.
From: Ion-Mihai Tetcu <itetcu at people.tecnik93.com>
To: ebrandi at fugspbr.org
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping
utility
Date: Fri, 4 Feb 2005 23:51:41 +0200
On Fri, 4 Feb 2005 18:22:21 -0200 (BRDT)
Edson Brandi <ebrandi at fugspbr.org> wrote:
> echo x - wipe/pkg-plist
> sed 's/^X//' >wipe/pkg-plist << 'END-of-wipe/pkg-plist'
> Xbin/wipe
> Xshare/doc/wipe/CHANGES
> Xshare/doc/wipe/INSTALL
> Xshare/doc/wipe/LICENSE
> Xshare/doc/wipe/README
> Xshare/doc/wipe/TESTING
> Xshare/doc/wipe/TODO
> Xshare/doc/wipe/copyright
> Xshare/nls/POSIX
> Xshare/nls/en_US.US-ASCII
> X at dirrm share/doc/wipe
> END-of-wipe/pkg-plist
You should use %%DOCSDIR%% macro (instead of share/doc/wipe) in
pkg-plist and try to make docs installation optionally in you Makefile, e.g.
.ifndef(NOPORTDOCS)
....... install docs ................
.end
and shouldn't delete share/nls/POSIX and share/nls/en_US.US-ASCII
and @dirrm share/doc/wipe --> @dirrm %%DOCSDIR%%
--
IOnut
Unregistered ;) FreeBSD "user"
More information about the freebsd-ports-bugs
mailing list