FreeBSD Bugzilla – Attachment 142939 Details for
Bug 190047
[patch] Add staging support to www/formication
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 911 bytes, created by
joe
on 2014-05-21 01:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
joe
Created:
2014-05-21 01:40:01 UTC
Size:
911 bytes
patch
obsolete
>diff --git a/www/formication/Makefile b/www/formication/Makefile >index 8e77be0..1240db0 100644 >--- a/www/formication/Makefile >+++ b/www/formication/Makefile >@@ -21,7 +21,6 @@ PORTDOCS= BLURB COPYING feedback.fcn feedback.html formication.txt > PLIST_FILES= www/cgi-bin/formication.pl > SUB_FILES+= pkg-message > >-NO_STAGE= yes > .include <bsd.port.pre.mk> > > PLIST_DIRSTRY= www/cgi-bin >@@ -32,12 +31,12 @@ post-patch: > ${WRKSRC}/formication.pl > > do-install: >- @${MKDIR} ${PREFIX}/www/cgi-bin >- @${INSTALL_DATA} ${WRKSRC}/formication.pl ${PREFIX}/www/cgi-bin >+ @${MKDIR} ${STAGEDIR}${PREFIX}/www/cgi-bin >+ @${INSTALL_DATA} ${WRKSRC}/formication.pl ${STAGEDIR}${PREFIX}/www/cgi-bin > .if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR}/ >+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/ > . for i in ${PORTDOCS} >- @${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/ >+ @${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}/ > . endfor > .endif
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 190047
: 142939