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/tardy | |
parent | 595858c676e85d5d3b21e81fa795b30031721ad2 (diff) |
Notes
Diffstat (limited to 'archivers/tardy')
-rw-r--r-- | archivers/tardy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/archivers/tardy/Makefile b/archivers/tardy/Makefile index 096fe0c16950..73e74370980d 100644 --- a/archivers/tardy/Makefile +++ b/archivers/tardy/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate the file headers in tar archive files in various ways GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= tardy.1 PLIST_FILES= bin/tardy |