diff options
Diffstat (limited to 'x11/deskmenu/Makefile')
-rw-r--r-- | x11/deskmenu/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/deskmenu/Makefile b/x11/deskmenu/Makefile index b55aceb8ac83..5902fe5f3fed 100644 --- a/x11/deskmenu/Makefile +++ b/x11/deskmenu/Makefile @@ -16,8 +16,7 @@ USES= gmake USE_GNOME= gtk12 USE_CSTD= gnu89 -NO_STAGE= yes post-install: - ${STRIP_CMD} ${PREFIX}/bin/deskmenu + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/deskmenu .include <bsd.port.mk> |