diff options
author | jlam <jlam@pkgsrc.org> | 2001-07-15 11:49:41 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-07-15 11:49:41 +0000 |
commit | 401d111532d5f4647c9fe12be25f7335b14143d2 (patch) | |
tree | 37a1b9e97af60d281e9838256a6e8cb2c39aa817 /archivers/ha/Makefile | |
parent | 3fe6a1d83df6b9fb46412e9a55e27f785e1325af (diff) | |
download | pkgsrc-401d111532d5f4647c9fe12be25f7335b14143d2.tar.gz |
Explode one big patch into several unidiff patches, honor CFLAGS passed
in from enviroment during build, and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'archivers/ha/Makefile')
-rw-r--r-- | archivers/ha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/ha/Makefile b/archivers/ha/Makefile index f8dbb432cd0..fc6dad5d81b 100644 --- a/archivers/ha/Makefile +++ b/archivers/ha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2001/03/11 03:35:48 tv Exp $ +# $NetBSD: Makefile,v 1.9 2001/07/15 11:49:41 jlam Exp $ # FreeBSD Id: Makefile,v 1.9 1997/08/10 22:31:19 fenner Exp # @@ -11,6 +11,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org COMMENT= The HA archiver using the HSC compression method +USE_BUILDLINK_ONLY= yes + NO_WRKSUBDIR= yes MAKEFILE= makefile.nix MAKE_FLAGS= CC="${CC}" |