diff options
author | krion <krion@FreeBSD.org> | 2004-04-18 03:12:38 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-04-18 03:12:38 +0800 |
commit | 6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec (patch) | |
tree | 9b2e2dd34b8a2c99e5cd1ab708ce2315b4cf44c2 /archivers/tardy/Makefile | |
parent | 5c4f83f443327a25da45293e8e33f37db044d355 (diff) | |
download | freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.tar.gz freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.tar.zst freebsd-ports-gnome-6a6598794c71ebe0f3ed62fb8f9d82c966ac87ec.zip |
- Fix configure warning
PR: 65668 65669 65670 65671 65672 65673
Submitted by: Roman Neuhauser <neuhauser at chello dot cz>
Diffstat (limited to 'archivers/tardy/Makefile')
-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 |