FreeBSD Bugzilla – Attachment 143357 Details for
Bug 190608
[maintainer update][patch] Update games/tractorgen to support staging.
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
tractorgen.staging.patch
tractorgen.staging.patch (text/plain), 1.34 KB, created by
robin
on 2014-06-04 11:07:39 UTC
(
hide
)
Description:
tractorgen.staging.patch
Filename:
MIME Type:
Creator:
robin
Created:
2014-06-04 11:07:39 UTC
Size:
1.34 KB
patch
obsolete
>diff -u tractorgen.orig/Makefile tractorgen/Makefile >--- tractorgen.orig/Makefile 2014-06-04 09:18:31.000000000 +0200 >+++ tractorgen/Makefile 2014-06-04 09:46:42.000000000 +0200 >@@ -8,7 +8,7 @@ > MASTER_SITES= http://www.vergenet.net/~conrad/software/tractorgen/dl/ > MASTER_SITE_SUBDIR= ${PORTNAME} > >-MAINTAINER= elfrink@introweb.nl >+MAINTAINER= robin@15augustus.nl > COMMENT= Generates ASCII tractors > > GNU_CONFIGURE= yes >@@ -17,15 +17,14 @@ > PLIST_FILES= bin/tractorgen > PORTDOCS= AUTHORS ChangeLog NEWS README > >-NO_STAGE= yes > post-install: >- ${INSTALL_MAN} ${FILESDIR}/tractorgen.6 ${PREFIX}/man/man6/tractorgen.6 >+ ${INSTALL_MAN} ${FILESDIR}/tractorgen.6 ${STAGEDIR}${PREFIX}/man/man6/tractorgen.6 > .if !defined(NOPORTDOCS) >- ${MKDIR} ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/NEWS ${DOCSDIR} >- ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} >+ ${MKDIR} ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/AUTHORS ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} >+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > .endif > > .include <bsd.port.mk> >Common subdirectories: tractorgen.orig/files and tractorgen/files >Only in tractorgen: work >--- tractorgen.staging.patch ends here ---
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 190608
: 143357