diff options
Diffstat (limited to 'games/xconq/Makefile')
-rw-r--r-- | games/xconq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xconq/Makefile b/games/xconq/Makefile index fcc7c302739e..3e23db35d44f 100644 --- a/games/xconq/Makefile +++ b/games/xconq/Makefile @@ -35,7 +35,7 @@ PLIST_SUB= SCOREDIR=${SCOREDIR} post-install: .for file in xconq imf2x x2imf ximfapp - strip ${PREFIX}/bin/${file} + ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/xconq/doc |