FreeBSD Bugzilla – Attachment 146157 Details for
Bug 192878
[stage] comms/pr new source location, request maintainership
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
test case (ignore)
Makefile (text/plain), 1.05 KB, created by
Chris Hutchinson
on 2014-08-22 14:57:15 UTC
(
hide
)
Description:
test case (ignore)
Filename:
MIME Type:
Creator:
Chris Hutchinson
Created:
2014-08-22 14:57:15 UTC
Size:
1.05 KB
patch
obsolete
># Created by: Anton Voronin <anton@urc.ac.ru> ># $FreeBSD: head/comms/pr/Makefile 362705 2014-07-23 16:44:27Z bapt $ > >PORTNAME= pr >PORTVERSION= 1.1 >CATEGORIES= comms net >MASTER_SITES= http://bsdforge.com/projects/source/comms/pr/ >DISTNAME= pr-${PORTVERSION} > >MAINTAINER= portmaster@bsdforge.com >COMMENT= Daemon that connects local terminal device to a terminal server > >LICENSE= ARTPERL10 > >USE_XZ= yes > >OPTIONS_DEFINE= DOCS >DOCS= PR.html > >WRKSRC= ${WRKDIR}/${PORTNAME} > >PROGRAMS= PortRedirector PortTest > >ETCFLS= PortRedirector.conf.sample > >RCDFILES= pr.sh.sample > >NO_BUILD= YES > ># doesn't work >do-install: > (cd ${WRKSRC}/sbin && ${INSTALL_SCRIPT} ${PROGRAMS} ${STAGEDIR}${PREFIX}) > (cd ${WRKSRC}/etc/rc.d && ${INSTALL_DATA} ${RCDFILES} ${STAGEDIR}${PREFIX}) > (cd ${WRKSRC}/etc && ${INSTALL_DATA} ${ETCFLS} ${STAGEDIR}${PREFIX}) ># does work >.if ${PORT_OPTIONS:MDOCS} > @${MKDIR} ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC}/share/doc/pr && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} >.endif > >.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 192878
:
146119
|
146131
|
146157
|
146160
|
146164
|
146711
|
146712