FreeBSD Bugzilla – Attachment 143685 Details for
Bug 190940
[maintainer-update] stagify textproc/kmfl-khmer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch
kmfl-khmer.patch.txt (text/plain), 870 bytes, created by
buganini
on 2014-06-11 17:49:10 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
buganini
Created:
2014-06-11 17:49:10 UTC
Size:
870 bytes
patch
obsolete
>Index: textproc/kmfl-khmer/Makefile >=================================================================== >--- textproc/kmfl-khmer/Makefile (revision 27841) >+++ textproc/kmfl-khmer/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= khmer > PORTVERSION= 1.0 >+PORTREVISION= 1 > CATEGORIES= textproc > MASTER_SITES= https://github.com/buganini/kmfl-${PORTNAME}/tarball/${PORTVERSION}/ > PKGNAMEPREFIX= kmfl- >@@ -25,10 +26,9 @@ > PLIST_DIRSTRY= ${KMFL_ICONS_DIR} \ > ${KMFL_DIR} > >-NO_STAGE= yes > do-install: >- ${MKDIR} ${PREFIX}/${KMFL_ICONS_DIR} >- ${INSTALL_DATA} ${WRKSRC}/*.kmn ${PREFIX}/${KMFL_DIR} >- ${INSTALL_DATA} ${WRKSRC}/*.bmp ${PREFIX}/${KMFL_ICONS_DIR} >+ ${MKDIR} ${DESTDIR}${PREFIX}/${KMFL_ICONS_DIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.kmn ${DESTDIR}${PREFIX}/${KMFL_DIR} >+ ${INSTALL_DATA} ${WRKSRC}/*.bmp ${DESTDIR}${PREFIX}/${KMFL_ICONS_DIR} > > .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 190940
: 143685 |
143687