aboutsummaryrefslogtreecommitdiff
path: root/converters/uudeview
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2003-09-24 13:35:39 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2003-09-24 13:35:39 +0000
commitce8f5737078934e247b18f054b97258f884afc1f (patch)
treeeb0894f5e05bb15a495541fb901eb5e2d6b9dc55 /converters/uudeview
parent6e6bf31f372571ae426a1759f7c58ff580a80818 (diff)
downloadports-ce8f5737078934e247b18f054b97258f884afc1f.tar.gz
ports-ce8f5737078934e247b18f054b97258f884afc1f.zip
Use ${STRIP_CMD} instead of /usr/bin/strip.
Founded by: Oleg Karachevtsev <ok at etrust dot ru> Approved by: hoek (maintainer)
Notes
Notes: svn path=/head/; revision=89219
Diffstat (limited to 'converters/uudeview')
-rw-r--r--converters/uudeview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index dec5ccefba6d..10af4aa6264c 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -23,8 +23,8 @@ CONFIGURE_ARGS= --enable-inews=${PREFIX}/news/lib/inews \
MAN1= uudeview.1 uuenview.1
post-install:
- @/usr/bin/strip ${PREFIX}/bin/uudeview
- @/usr/bin/strip ${PREFIX}/bin/uuenview
+ @${STRIP_CMD} ${PREFIX}/bin/uudeview
+ @${STRIP_CMD} ${PREFIX}/bin/uuenview
.if !defined(NOPORTDOCS)
@${ECHO_MSG} "===> Installing documents to ${DOCSDIR}"
@${MKDIR} ${DOCSDIR}