diff options
author | heinz <heinz@pkgsrc.org> | 2004-06-02 23:20:55 +0000 |
---|---|---|
committer | heinz <heinz@pkgsrc.org> | 2004-06-02 23:20:55 +0000 |
commit | 7743519213ffe593adf1bcb4785cd17f41f5c9ed (patch) | |
tree | 193b3ca2965024a3e07f5a7b4ccd87c5b33805b9 /archivers | |
parent | aadd46d12d429deab578269990ad5b3a7301628a (diff) | |
download | pkgsrc-7743519213ffe593adf1bcb4785cd17f41f5c9ed.tar.gz |
Add TEST_TARGET
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/gtar-base/Makefile b/archivers/gtar-base/Makefile index ab79413e473..89451ccdff1 100644 --- a/archivers/gtar-base/Makefile +++ b/archivers/gtar-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2004/05/18 11:58:04 recht Exp $ +# $NetBSD: Makefile,v 1.36 2004/06/02 23:20:55 heinz Exp $ # DISTNAME= tar-1.13.25 @@ -41,6 +41,8 @@ PLIST_SUBST+= GTAR_PROGRAM_PREFIX=${GTAR_PROGRAM_PREFIX} BUILD_DEFS+= GNU_PROGRAM_PREFIX BUILD_DEFS+= GTAR_PROGRAM_PREFIX +TEST_TARGET= check + .if ${GTAR_PROGRAM_PREFIX} != "g" PLIST_SUBST+= GTAR_LINK="" .else |