From 132475efa39e7c7c16cc01e130dd89a54d06d97e Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Tue, 8 Dec 1998 08:13:32 +0000 Subject: Install in sbin vs. bin. Manpage is already a .8 and non-root users can't run rdate. Thus it is a system utility. --- sysutils/rdate/Makefile | 4 ++-- sysutils/rdate/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'sysutils/rdate') diff --git a/sysutils/rdate/Makefile b/sysutils/rdate/Makefile index 2e399233e5ef..119824924a06 100644 --- a/sysutils/rdate/Makefile +++ b/sysutils/rdate/Makefile @@ -3,7 +3,7 @@ # Date created: 19980128 # Whom: cracauer@cons.org "Martin Cracauer" # -# $Id: Makefile,v 1.1.1.1 1998/01/28 11:33:17 cracauer Exp $ +# $Id: Makefile,v 1.2 1998/12/02 23:42:13 cracauer Exp $ # DISTNAME= rdate-1.0 @@ -16,7 +16,7 @@ MAINTAINER= cracauer@cons.org MAN8= rdate.8 post-install: - $(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/bin/. + $(INSTALL_PROGRAM) $(WRKSRC)/rdate $(PREFIX)/sbin/. $(INSTALL_MAN) $(WRKSRC)/rdate.8 $(PREFIX)/man/man8/. .include diff --git a/sysutils/rdate/pkg-plist b/sysutils/rdate/pkg-plist index 3c82467fa009..eaf6fa45ae43 100644 --- a/sysutils/rdate/pkg-plist +++ b/sysutils/rdate/pkg-plist @@ -1 +1 @@ -bin/rdate +sbin/rdate -- cgit v1.2.3