# New ports collection makefile for: healthd # Date created: 15 November 1999 # Whom: jim@thehousleys.net # # $FreeBSD$ # PORTNAME= healthd PORTVERSION= 0.5.4 CATEGORIES= sysutils MASTER_SITES= http://healthd.thehousleys.net/ MAINTAINER= jim@thehousleys.net HAS_CONFIGURE= yes CONFIGURE_ARGS= --exec-prefix=${PREFIX} MAN8= healthd.8 healthdc.8 INSTALL_TARGET= install-all post-install: @if [ ! -f ${PREFIX}/etc/rc.d/healthd.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/healthd.sh startup file."; \ ${INSTALL_SCRIPT} -m 751 ${WRKSRC}/healthd.sh ${PREFIX}/etc/rc.d/healthd.sh; \ fi @if [ ! -f ${PREFIX}/etc/healthd.conf ]; then \ ${ECHO} "Installing ${PREFIX}/etc/healthd.conf configuration file."; \ ${ECHO} "It is recommended you edit this file to match your system"; \ ${ECHO} "before running the program."; \ ${CP} ${PREFIX}/etc/healthd.conf.sample ${PREFIX}/etc/healthd.conf; \ fi .include ='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-String-Truncate
Commit message (Expand)AuthorAgeFilesLines
* Update to 1.100600lth2011-05-042-4/+3
* Update to 1.100570lth2010-03-102-5/+4
* - fix plist [1]lth2009-12-102-0/+7