diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /net/rdist6/Makefile | |
parent | use updated net/wais (diff) |
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later
and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes:
svn path=/head/; revision=4440
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 7c8d6d119dc2..f922d518dcca 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1995 # Whom: peter # -# $Id: Makefile,v 1.7 1996/09/21 05:12:01 peter Exp $ +# $Id: Makefile,v 1.8 1996/09/21 05:29:51 peter Exp $ # DISTNAME= rdist-6.1.3 @@ -18,13 +18,11 @@ RDIST_NAME= rdist6 INSTALL_TARGET= install install.man MAKE_ENV+= BUILD_OPT="${CFLAGS}" BUILD_CLIENT=${RDIST_NAME} +MAN1= ${RDIST_NAME}.1 +MAN8= rdistd.8 post-install: strip ${PREFIX}/bin/${RDIST_NAME} strip ${PREFIX}/bin/rdistd -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/${RDIST_NAME}.1 - gzip -9nf ${PREFIX}/man/man8/rdistd.8 -.endif .include <bsd.port.mk> |