diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-17 19:12:38 +0000 |
commit | c83a0c91cea5754c09cab1ab7d36e4800071e99a (patch) | |
tree | d372ca7c268cdfb8a06ee578ffa79b26ab433edc /archivers/gzip | |
parent | 595858c676e85d5d3b21e81fa795b30031721ad2 (diff) |
Notes
Diffstat (limited to 'archivers/gzip')
-rw-r--r-- | archivers/gzip/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/gzip/Makefile b/archivers/gzip/Makefile index 0cd8c1ddd579..25abf4be636e 100644 --- a/archivers/gzip/Makefile +++ b/archivers/gzip/Makefile @@ -27,6 +27,7 @@ COMMENT= A compression utility designed to be a replacement for compress USE_REINPLACE= yes GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= gunzip.1 gzexe.1 gzip.1 zcat.1 zcmp.1 zdiff.1 zforce.1 \ zgrep.1 zless.1 zmore.1 znew.1 |