diff options
author | obache <obache@pkgsrc.org> | 2008-08-10 05:20:13 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-08-10 05:20:13 +0000 |
commit | 621e07a56c76f743b5c37dbcaaab736bcff7f696 (patch) | |
tree | 83c0b3cdf68607e15ea7a4d0e09928a5f4481b50 /wm/windowmaker | |
parent | 03a12249f1d0a8cadf1131a60b91dfb8a3ef57e4 (diff) | |
download | pkgsrc-621e07a56c76f743b5c37dbcaaab736bcff7f696.tar.gz |
No need to define INSTALL_TARGET=install-strip.
Framework pass -s flag automatically if required (INSTALL_UNSTRIPPED!=yes).
Part of fixes PR 15107.
Diffstat (limited to 'wm/windowmaker')
-rw-r--r-- | wm/windowmaker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index 8ce0f2e1454..2d86a79f5bf 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.76 2007/12/02 11:45:06 wiz Exp $ +# $NetBSD: Makefile,v 1.77 2008/08/10 05:20:13 obache Exp $ DISTNAME= WindowMaker-0.92.0 PKGNAME= ${DISTNAME:S/WindowMaker/windowmaker/} @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --with-nlsdir=${PREFIX:Q}/${PKGLOCALEDIR:Q}/locale CONFIGURE_ENV+= LINGUAS=yes CONFIGURE_ENV+= CPP_PATH=${CPP:Q} REPLACE_PERL+= util/wkdemenu.pl -INSTALL_TARGET= install-strip .include "../../mk/compiler.mk" |