diff options
author | nbm <nbm@FreeBSD.org> | 2000-04-28 05:43:43 +0800 |
---|---|---|
committer | nbm <nbm@FreeBSD.org> | 2000-04-28 05:43:43 +0800 |
commit | 650994ae78f47671c0fb073e8b19203da6a78e3b (patch) | |
tree | 80a50831634892a0a2757477e4b32ad7dc712d4a /sysutils/daemontools/Makefile | |
parent | a5c60d2499c9944940656476bd1761936a1ce623 (diff) | |
download | freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.tar.gz freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.tar.zst freebsd-ports-gnome-650994ae78f47671c0fb073e8b19203da6a78e3b.zip |
Update to (non-backwards-compatible) daemontools 0.70, and take over
MAINTAINERship.
PR: 16580
Diffstat (limited to 'sysutils/daemontools/Makefile')
-rw-r--r-- | sysutils/daemontools/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sysutils/daemontools/Makefile b/sysutils/daemontools/Makefile index 21e1d4d6502c..5904f65e3b30 100644 --- a/sysutils/daemontools/Makefile +++ b/sysutils/daemontools/Makefile @@ -6,21 +6,20 @@ # PORTNAME= daemontools -PORTVERSION= 0.53 +PORTVERSION= 0.70 CATEGORIES= sysutils -MASTER_SITES= ftp://koobera.math.uic.edu/www/software/ +MASTER_SITES= http://cr.yp.to/daemontools/ -MAINTAINER= dom@myrddin.demon.co.uk +MAINTAINER= nbm@FreeBSD.org -NO_PACKAGE= Unsure of djb's license +NO_PACKAGE= Unsure of djb\'s license -ALL_TARGET= it man -INSTALL_TARGET= setup +ALL_TARGET= it +INSTALL_TARGET= setup check -SCRIPTS_ENV= BINOWN="${BINOWN}" BINGRP="${BINGRP}" BINMODE="${BINMODE}" \ - MANMODE="${MANMODE}" CFLAGS="${CFLAGS}" - -MAN1= accustamp.1 cyclog.1 errorsto.1 fifo.1 setuser.1 supervise.1 \ - svc.1 svstat.1 tailocal.1 testfilelock.1 usually.1 +post-patch: + @echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc + @echo "${CC} -s" > ${WRKSRC}/conf-ld + @echo "${PREFIX}" > ${WRKSRC}/conf-home .include <bsd.port.mk> |