diff options
author | obache <obache> | 2008-08-10 05:20:13 +0000 |
---|---|---|
committer | obache <obache> | 2008-08-10 05:20:13 +0000 |
commit | 3368d79e951aab95b801b898625287c71cd67092 (patch) | |
tree | 83c0b3cdf68607e15ea7a4d0e09928a5f4481b50 /wm | |
parent | c3cb1d9d9b9a066e18d79c3d59c97791bbff5cc0 (diff) | |
download | pkgsrc-3368d79e951aab95b801b898625287c71cd67092.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')
-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" |