diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 09:37:11 +0000 |
commit | f37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch) | |
tree | dfd75e4de6392a8352e2ab1fc6550d87dccdb06c /editors/xemacs | |
parent | b20d1c4deb10c57406da8224b9673695a8a8387b (diff) | |
download | ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.tar.gz ports-f37f7775e3bcaa6fa808e1a5e037deae35d5b262.zip |
Notes
Diffstat (limited to 'editors/xemacs')
-rw-r--r-- | editors/xemacs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 89f0a4389a4d..b238802a99f9 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -106,7 +106,7 @@ pre-configure:: post-install:: .for file in b2m ctags ellcc etags gnuclient xemacs-${XEMACS_VER} - strip ${PREFIX}/bin/${file} + ${STRIP_CMD} ${PREFIX}/bin/${file} .endfor # For some reason install no longer makes ${PREFIX}/lib/xemacs/site-lisp. # Do what PLIST does for pkg_add. |