Set STRIP to an empty string instead of "''" so install as called by

INSTALL_PROGRAM will not fail.

Approved by: portmgr (Pav)
This commit is contained in:
Michael Nottebrock 2007-11-05 17:05:08 +00:00
parent 49e98bf364
commit 5a2c9b9f54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202526
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-final
CONFIGURE_ARGS+=--disable-debug
.else
CONFIGURE_ARGS+=--enable-debug=full
STRIP=''
STRIP= # empty
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)

View File

@ -49,7 +49,7 @@ CONFIGURE_ARGS+=--enable-final
CONFIGURE_ARGS+=--disable-debug
.else
CONFIGURE_ARGS+=--enable-debug=full
STRIP=''
STRIP= # empty
.endif # defined(PARALLEL_PACKAGE_BUILD) || !defined(WANT_KDE_DEBUG)
.endif # !defined(_NO_KDE_NDEBUG)