diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-12 14:47:13 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-12 14:47:13 +0000 |
commit | d0ffb98a35d30ad93b5e7a049b9b509ab61b9575 (patch) | |
tree | 2b1211b0c545aa1aa436ca6875ac7266740ddf5e /x11 | |
parent | d95d778ac63c30a139d324d0ca34db7839cc27e1 (diff) |
No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this
Notes
Notes:
svn path=/head/; revision=370715
Diffstat (limited to 'x11')
-rw-r--r-- | x11/deskmenu/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile index e46747691adb..719c6c4c467e 100644 --- a/x11/deskmenu/Makefile +++ b/x11/deskmenu/Makefile @@ -16,7 +16,4 @@ USES= gmake USE_GNOME= gtk12 USE_CSTD= gnu89 -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/deskmenu - .include <bsd.port.mk> |