FreeBSD Bugzilla – Attachment 131147 Details for
Bug 175192
[MAINTAINER] mail/c-sig: OptionsNG-fy and trim makefile header
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
patch-c-sig
patch-c-sig (text/plain), 898 bytes, created by
Yasuhiro Kimura
on 2013-01-11 06:30:01 UTC
(
hide
)
Description:
patch-c-sig
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2013-01-11 06:30:01 UTC
Size:
898 bytes
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 310216) >+++ Makefile (working copy) >@@ -1,9 +1,4 @@ >-# New ports collection makefile for: c-sig >-# Date created: 30 May 2004 >-# Whom: KIMURA Yasuhiro <yasu@utahime.org> >-# > # $FreeBSD$ >-# > > PORTNAME= c-sig > PORTVERSION= 3.8 >@@ -20,15 +15,21 @@ > USE_EMACS= yes > > NO_WRKSUBDIR= yes >+ >+OPTIONS_DEFINE= DOCS >+OPTIONS_DEFAULT= DOCS >+ > LISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/${PORTNAME} > >+.include <bsd.port.options.mk> >+ > do-build: > cd ${WRKSRC}; ${EMACS_CMD} -batch -q -f batch-byte-compile c-sig.el > > do-install: > ${MKDIR} ${LISPDIR} > ${INSTALL_DATA} ${WRKSRC}/c-sig.el* ${LISPDIR} >-.if !defined(NOPORTDOCS) >+.if ${PORT_OPTIONS:MDOCS} > ${MKDIR} ${DOCSDIR} > .for file in c-sig-eng.faq c-sig-eng.man c-sig-jp.faq c-sig-jp.man > ${INSTALL_MAN} ${WRKSRC}/${file} ${DOCSDIR}
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 175192
: 131147 |
131148
|
131149
|
131150
|
131151
Working