Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2005 22:00:49 GMT
From:      Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/77108: New port: misc/wipe - Wipe is a secure file wiping utility
Message-ID:  <200502042200.j14M0nFV030591@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/77108; it has been noted by GNATS.

From: Ion-Mihai Tetcu <itetcu@people.tecnik93.com>
To: ebrandi@fugspbr.org
Cc: FreeBSD-gnats-submit@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@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@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"
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502042200.j14M0nFV030591>