diff options
author | sf <sf@FreeBSD.org> | 2003-10-31 14:43:33 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-10-31 14:43:33 +0800 |
commit | 4a4d617fc3bb6e05aeb7b47fe7d204dcc0112322 (patch) | |
tree | ec4f1e383db42a699e96c9b3760af1ca5554345d /net/cryptcat | |
parent | ccc428f865c9a1cd52e753aac38848222f04e398 (diff) | |
download | freebsd-ports-gnome-4a4d617fc3bb6e05aeb7b47fe7d204dcc0112322.tar.gz freebsd-ports-gnome-4a4d617fc3bb6e05aeb7b47fe7d204dcc0112322.tar.zst freebsd-ports-gnome-4a4d617fc3bb6e05aeb7b47fe7d204dcc0112322.zip |
use pax to aid non-root extraction.
Diffstat (limited to 'net/cryptcat')
-rw-r--r-- | net/cryptcat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/cryptcat/Makefile b/net/cryptcat/Makefile index af35ec7c5f29..d312a500b7d9 100644 --- a/net/cryptcat/Makefile +++ b/net/cryptcat/Makefile @@ -15,6 +15,7 @@ EXTRACT_SUFX= .tar MAINTAINER= roman@xpert.com COMMENT= Standard netcat enhanced with twofish encryption +EXTRACT_AFTER_ARGS= | pax -r WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= freebsd |