diff options
Diffstat (limited to 'sysutils/downtimed/Makefile')
-rw-r--r-- | sysutils/downtimed/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/downtimed/Makefile b/sysutils/downtimed/Makefile index 02e29e07db0..1bc0961135d 100644 --- a/sysutils/downtimed/Makefile +++ b/sysutils/downtimed/Makefile @@ -6,10 +6,10 @@ # PORTNAME= downtimed -PORTVERSION= 0.4 +PORTVERSION= 0.5 CATEGORIES= sysutils MASTER_SITES= http://dist.epipe.com/${PORTNAME}/ \ - http://launchpadlibrarian.net/61230833/ + http://launchpadlibrarian.net/65433766/ DISTNAME= ${PORTNAME}-${PORTVERSION} MAINTAINER= snabb@epipe.com @@ -23,6 +23,7 @@ MAN1= downtimes.1 MAN8= downtimed.8 USE_RC_SUBR= ${PORTNAME} GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes post-install: @${MKDIR} /var/db/downtimed |