FreeBSD Bugzilla – Attachment 136525 Details for
Bug 181765
New port: sysutils/daemontools-encore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Makefile.new
Makefile.new (text/plain; charset=UTF-8), 1.49 KB, created by
Uffe Jakobsen
on 2013-09-03 10:46:42 UTC
(
hide
)
Description:
Makefile.new
Filename:
MIME Type:
Creator:
Uffe Jakobsen
Created:
2013-09-03 10:46:42 UTC
Size:
1.49 KB
patch
obsolete
># Created by: Uffe Jakobsen <uffe@uffe.org> ># $FreeBSD: $ > >PORTNAME= daemontools-encore >PORTVERSION= 1.06 >CATEGORIES= sysutils >MASTER_SITES= http://untroubled.org/daemontools-encore/ > >MAINTAINER= uffe@uffe.org >COMMENT= Daemontools-encore is a collection of tools for managing UNIX services > >USES= gmake > >ALL_TARGET= default > >PLIST_FILES= \ > bin/envdir \ > bin/envuidgid \ > bin/fghack \ > bin/multilog \ > bin/pgrphack \ > bin/readproctitle \ > bin/setlock \ > bin/setuidgid \ > bin/softlimit \ > bin/supervise \ > bin/svc \ > bin/svok \ > bin/svscan \ > bin/svscanboot \ > bin/svstat \ > bin/svup \ > bin/tai64n \ > bin/tai64nlocal \ > %%DOCSDIR%%/README \ > %%DOCSDIR%%/LICENSE \ > %%DOCSDIR%%/CHANGES \ > %%DOCSDIR%%/CHANGES.djb > >PLIST_DIRSTRY= %%DOCSDIR%% > >MAN8= \ > envdir.8 \ > envuidgid.8 \ > fghack.8 \ > multilog.8 \ > pgrphack.8 \ > readproctitle.8 \ > setlock.8 \ > setuidgid.8 \ > softlimit.8 \ > supervise.8 \ > svc.8 \ > svok.8 \ > svscan.8 \ > svscanboot.8 \ > svstat.8 \ > svup.8 \ > tai64n.8 \ > tai64nlocal.8 > >do-install: > ${INSTALL_SCRIPT} ${WRKSRC}/svscanboot ${PREFIX}/bin/ >.for binfile in envdir envuidgid fghack multilog pgrphack readproctitle setlock setuidgid softlimit supervise svc svok svscan svstat svup tai64n tai64nlocal > ${INSTALL_PROGRAM} ${WRKSRC}/${binfile} ${PREFIX}/bin/ >.endfor > ${MKDIR} ${DOCSDIR} >.for docfile in README LICENSE CHANGES CHANGES.djb > ${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}/ >.endfor >.for manfile in ${MAN8} > ${INSTALL_MAN} ${WRKSRC}/${manfile} ${MAN1PREFIX}/man/man8/ >.endfor > >.include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 181765
:
136523
|
136524
|
136525
|
145051
|
145261
|
145262
|
145263