From d0ffb98a35d30ad93b5e7a049b9b509ab61b9575 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sun, 12 Oct 2014 14:47:13 +0000 Subject: [PATCH] No need to use ${STRIP_CMD}, ${BSD_INSTALL_PROGRAM} already takes care of this --- x11/deskmenu/Makefile | 3 --- 1 file changed, 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