summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 09:37:11 +0000
commitf37f7775e3bcaa6fa808e1a5e037deae35d5b262 (patch)
treedfd75e4de6392a8352e2ab1fc6550d87dccdb06c /editors
parent- Update to version 0.7.10 (diff)
Make portlint(1) happy by changing strip to ${STRIP_CMD}
Submitted by: Oleg Karachevtsev <ok@etrust.ru> PR: 56998
Notes
Notes: svn path=/head/; revision=89169
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs/Makefile2
-rw-r--r--editors/emacs19/Makefile2
-rw-r--r--editors/emacs22/Makefile2
-rw-r--r--editors/emacs23/Makefile2
-rw-r--r--editors/jed/Makefile8
-rw-r--r--editors/mule-common/Makefile2
-rw-r--r--editors/mule/Makefile2
-rw-r--r--editors/wily/Makefile2
-rw-r--r--editors/xemacs-devel-mule/Makefile2
-rw-r--r--editors/xemacs-devel/Makefile2
-rw-r--r--editors/xemacs/Makefile2
-rw-r--r--editors/xemacs21-mule/Makefile2
-rw-r--r--editors/xemacs21/Makefile2
13 files changed, 16 insertions, 16 deletions
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index 5a8dba415107..51f8fdebdf33 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/editors/emacs19/Makefile b/editors/emacs19/Makefile
index 5a8dba415107..51f8fdebdf33 100644
--- a/editors/emacs19/Makefile
+++ b/editors/emacs19/Makefile
@@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/editors/emacs22/Makefile b/editors/emacs22/Makefile
index 5a8dba415107..51f8fdebdf33 100644
--- a/editors/emacs22/Makefile
+++ b/editors/emacs22/Makefile
@@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/editors/emacs23/Makefile b/editors/emacs23/Makefile
index 5a8dba415107..51f8fdebdf33 100644
--- a/editors/emacs23/Makefile
+++ b/editors/emacs23/Makefile
@@ -33,7 +33,7 @@ MAN1= emacs.1 etags.1 ctags.1
post-install:
.for file in emacs-19.34 emacsclient etags ctags b2m
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.for info in emacs vip viper forms gnus mh-e cl sc dired-x ediff ccmode message
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index e133efee9aa4..42d634bc2129 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -36,11 +36,11 @@ pre-install:
${LN} -sf ${WRKSRC}/autoconf/mkinsdir.sh ${WRKSRC}/
post-install:
- strip ${PREFIX}/bin/jed
- strip ${PREFIX}/bin/rgrep
- strip ${PREFIX}/lib/jed/bin/getmail
+ ${STRIP_CMD} ${PREFIX}/bin/jed
+ ${STRIP_CMD} ${PREFIX}/bin/rgrep
+ ${STRIP_CMD} ${PREFIX}/lib/jed/bin/getmail
.for f in ${XJED}
- strip ${PREFIX}/bin/$f
+ ${STRIP_CMD} ${PREFIX}/bin/$f
.endfor
# ${CP} -R ${WRKSRC}/lib/* ${PREFIX}/lib/jed/lib
${INSTALL_DATA} ${WRKSRC}/lib/vms_shell.com ${PREFIX}/lib/jed/lib
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index ff18aa8fb46d..378b98f4d298 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -135,7 +135,7 @@ post-install:
${RM} ${PREFIX}/share/mule/19.34/etc/DOC-19.34.1
# note that any2ps rcs-checkin are scripts
.for file in b2m coco ctags emacsclient etags m2ps
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
if [ ! -f ${PREFIX}/share/mule/${EMACS_VERSION}/info/dir ]; then \
${MKDIR} ${PREFIX}/share/mule/${EMACS_VERSION}/info; \
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index a923d764ac63..ab77d663ecd0 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/Makefile
@@ -162,7 +162,7 @@ pre-install:
fi
post-install:
- strip ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION}
+ ${STRIP_CMD} ${PREFIX}/bin/${EMACS_EXECUTABLE}-${EMACS_VERSION}
# for freewnn+sj3 or wnn6+sj3
@if [ -e ${PKGINSTALL} ]; then \
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL; \
diff --git a/editors/wily/Makefile b/editors/wily/Makefile
index 4b4708ee28a2..f2aa8f310ac3 100644
--- a/editors/wily/Makefile
+++ b/editors/wily/Makefile
@@ -42,7 +42,7 @@ WILYDOCFILES= index.html intro.html download.html credits.html FAQ.html \
# The default Wily makefile does not install any documentation. Rectify.
post-install:
- strip ${PREFIX}/bin/wily
+ ${STRIP_CMD} ${PREFIX}/bin/wily
.if !defined(NOPORTDOCS)
${MKDIR} ${WILYDOCDIR} ${WILYTUTEDIR}
set -e; for f in ${WILYDOCFILES}; do \
diff --git a/editors/xemacs-devel-mule/Makefile b/editors/xemacs-devel-mule/Makefile
index 1cdbe24b54a0..05e3256232f1 100644
--- a/editors/xemacs-devel-mule/Makefile
+++ b/editors/xemacs-devel-mule/Makefile
@@ -164,7 +164,7 @@ pre-build:
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.
diff --git a/editors/xemacs-devel/Makefile b/editors/xemacs-devel/Makefile
index a9d99d0c8d40..f215a42b2c44 100644
--- a/editors/xemacs-devel/Makefile
+++ b/editors/xemacs-devel/Makefile
@@ -109,7 +109,7 @@ pre-configure::
post-install::
.for file in b2m ctags ellcc etags gnuclient ootags xemacs-${XEMACS_REL}-b11
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
${RM} -f ${PREFIX}/bin/send-pr
#.if defined(WANT_GTK)
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.
diff --git a/editors/xemacs21-mule/Makefile b/editors/xemacs21-mule/Makefile
index 0be86881b494..bb0562ab1e9a 100644
--- a/editors/xemacs21-mule/Makefile
+++ b/editors/xemacs21-mule/Makefile
@@ -174,7 +174,7 @@ pre-build:
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.
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile
index d69b53e95012..dc83bd1c9982 100644
--- a/editors/xemacs21/Makefile
+++ b/editors/xemacs21/Makefile
@@ -116,7 +116,7 @@ post-install::
.if !defined(MULE_COMMON)
${LN} -sf xemacs-${XEMACS_VER} ${PREFIX}/bin/xemacs21${BINNAMEEXT}
.for file in b2m ctags etags gnuclient xemacs-${XEMACS_VER}
- strip ${PREFIX}/bin/${file}
+ ${STRIP_CMD} ${PREFIX}/bin/${file}
.endfor
.endif
.if !defined(MULE_SLAVE)