diff options
author | yyamano <yyamano@pkgsrc.org> | 2002-05-29 14:45:56 +0000 |
---|---|---|
committer | yyamano <yyamano@pkgsrc.org> | 2002-05-29 14:45:56 +0000 |
commit | 65c4e505e0f4e7280d8334d5b9f94be2f7d47b37 (patch) | |
tree | 52fd5290b6de7660a2bc15b591176ae5f961d355 /misc/siag/Makefile | |
parent | 3b51f99ef1459f76a5d14f045f744176d062f9dc (diff) | |
download | pkgsrc-65c4e505e0f4e7280d8334d5b9f94be2f7d47b37.tar.gz |
eplace STRIPFLAG with _STRIPFLAG_INSTALL to fix pkg/15467.
Diffstat (limited to 'misc/siag/Makefile')
-rw-r--r-- | misc/siag/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/siag/Makefile b/misc/siag/Makefile index ed8f556a6ef..7df7507b4b4 100644 --- a/misc/siag/Makefile +++ b/misc/siag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2002/03/14 00:49:00 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2002/05/29 14:45:57 yyamano Exp $ # DISTNAME= siag-3.1.20 @@ -20,7 +20,7 @@ USE_BUILDLINK_ONLY= YES USE_GMAKE= YES CFLAGS+= -Dunix -STRIPFLAG= +_STRIPFLAG_INSTALL= XAW_TYPE?= 3d |