diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 13:35:39 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-09-24 13:35:39 +0000 |
commit | ce8f5737078934e247b18f054b97258f884afc1f (patch) | |
tree | eb0894f5e05bb15a495541fb901eb5e2d6b9dc55 /converters | |
parent | 6e6bf31f372571ae426a1759f7c58ff580a80818 (diff) | |
download | ports-ce8f5737078934e247b18f054b97258f884afc1f.tar.gz ports-ce8f5737078934e247b18f054b97258f884afc1f.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/uudeview/Makefile | 4 |
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} |