diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-01 01:23:27 +0000 |
commit | 49f337d203a35b330e9816734307eae928c9ad22 (patch) | |
tree | 9c7a58bc72f073465ca4da2b58638cc25beb2f62 /net/rdist6/Makefile | |
parent | 6d580f890eb4727a42408434bf4f406ab5e13f22 (diff) | |
download | ports-49f337d203a35b330e9816734307eae928c9ad22.tar.gz ports-49f337d203a35b330e9816734307eae928c9ad22.zip |
Notes
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r-- | net/rdist6/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile index 69a974e43cde..aa7cc24f9f60 100644 --- a/net/rdist6/Makefile +++ b/net/rdist6/Makefile @@ -3,7 +3,7 @@ # Date created: 19 August 1995 # Whom: peter # -# $Id: Makefile,v 1.9 1996/11/13 12:41:24 asami Exp $ +# $Id: Makefile,v 1.10 1996/11/18 11:35:54 asami Exp $ # DISTNAME= rdist-6.1.3 @@ -22,7 +22,7 @@ MAN1= ${RDIST_NAME}.1 MAN8= rdistd.8 post-install: - strip ${PREFIX}/bin/${RDIST_NAME} - strip ${PREFIX}/bin/rdistd + @strip ${PREFIX}/bin/${RDIST_NAME} + @strip ${PREFIX}/bin/rdistd .include <bsd.port.mk> |