diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-06-08 05:48:58 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-06-08 05:48:58 +0000 |
commit | bae0a242f4c3a6130e1a5271991f43a18314727f (patch) | |
tree | 8e807b79088dc04836b88d9c3591173bfa6799bb /archivers/gtar | |
parent | deaa5e69a7dcd87e8720b1ed432636313dc677a3 (diff) | |
download | ports-bae0a242f4c3a6130e1a5271991f43a18314727f.tar.gz ports-bae0a242f4c3a6130e1a5271991f43a18314727f.zip |
Notes
Diffstat (limited to 'archivers/gtar')
-rw-r--r-- | archivers/gtar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index 86f08c5fa21f..a409819ef9cf 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -3,7 +3,7 @@ # Date created: Sa 6 Jun 1998 10:24:51 CEST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/06/06 10:34:24 andreas Exp $ # DISTNAME= tar-1.12 @@ -13,6 +13,6 @@ MASTER_SITES= ${MASTER_SITE_GNU} MAINTAINER= andreas@FreeBSD.ORG GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--program-prefix=g +CONFIGURE_ARGS=--program-prefix=g .include <bsd.port.mk> |