diff options
author | Stefan Bethke <stb@FreeBSD.org> | 1999-05-18 22:40:35 +0000 |
---|---|---|
committer | Stefan Bethke <stb@FreeBSD.org> | 1999-05-18 22:40:35 +0000 |
commit | 649d8f8c9430bc0485cbc6dda54a16bf3b8c4edd (patch) | |
tree | 0cadb57250c4c7c038454d686263b358e21ad0cc /astro/setiathome/Makefile | |
parent | Add WWW: (diff) |
- Added support for SMP systems to etc/rc.d/setiathome.sh
- Added etc/setiathome.conf with options to set the nice level, the max.
number of processes to run, the working directory, and the the user id
to run as.
- setiathome.1 was missing from Makefile (and +CONTENTS subsequently)
- Updated the man page to reflect the changes.
Diffstat (limited to 'astro/setiathome/Makefile')
-rw-r--r-- | astro/setiathome/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/astro/setiathome/Makefile b/astro/setiathome/Makefile index 980cfa4d7288..8a2e51338ff8 100644 --- a/astro/setiathome/Makefile +++ b/astro/setiathome/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Apr 1999 # Whom: stb@freebsd.org # -# $Id: Makefile,v 1.8 1999/05/17 08:18:01 stb Exp $ +# $Id: Makefile,v 1.9 1999/05/17 10:58:07 stb Exp $ # PKGNAME= setiathome-1.1 @@ -20,6 +20,8 @@ EXTRACT_CMD= tar EXTRACT_BEFORE_ARGS= -xf EXTRACT_AFTER_ARGS= +MAN1= setiathome.1 + .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400000 @@ -69,6 +71,7 @@ pre-fetch: do-install: ${INSTALL_PROGRAM} ${WRKDIR}/${WRKSRC}/setiathome ${PREFIX}/bin + ${INSTALL_SCRIPT} ${FILESDIR}/setiathome.sh ${PREFIX}/etc/rc.d ${INSTALL_MAN} ${FILESDIR}/setiathome.1 ${MAN1PREFIX}/man/man1 post-install: |