FreeBSD Bugzilla – Attachment 81825 Details for
Bug 117120
www/apache-mode.el: [PATCH]: portlint cleanups
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.37 KB, created by
Philip M. Gollucci
on 2007-10-11 21:40:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Philip M. Gollucci
Created:
2007-10-11 21:40:01 UTC
Size:
1.37 KB
patch
obsolete
>Index: Makefile >=================================================================== >RCS file: /home/ncvs/ports/www/apache-mode.el/Makefile,v >retrieving revision 1.1 >diff -u -r1.1 Makefile >--- Makefile 21 Nov 2006 20:56:01 -0000 1.1 >+++ Makefile 11 Oct 2007 15:10:56 -0000 >@@ -4,17 +4,18 @@ > # > # $FreeBSD: ports/www/apache-mode.el/Makefile,v 1.1 2006/11/21 20:56:01 pav Exp $ > >-PORTNAME= apache-mode.el >+PORTNAME= mode.el > PORTVERSION= 2.0 > CATEGORIES= www elisp > MASTER_SITES= http://ncd0.bsd.by/ports/distfiles/ \ > http://www.emacswiki.org/cgi-bin/wiki/download/ >+PKGNAMEPREFIX= apache- > DISTNAME= apache-mode.el > EXTRACT_SUFX= # empty > EXTRACT_ONLY= # empty > > MAINTAINER= m.boyarov@bsd.by >-COMMENT= [X]Emacs major mode for editing Apache configuration files >+COMMENT= Emacs and Xemacs major mode for editing Apache configuration files > > NO_WRKSUBDIR= yes > NO_BUILD= yes >@@ -22,11 +23,13 @@ > EMACSLISPDIR= ${PREFIX}/share/emacs/site-lisp > XEMACSLISPDIR= ${PREFIX}/lib/xemacs/site-lisp > >+EL= ${PKGNAMEPREFIX}${PORTNAME} >+ > do-install: > ${MKDIR} ${EMACSLISPDIR} > ${MKDIR} ${XEMACSLISPDIR} >- ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/${PORTNAME} >- ${LN} -sf ${EMACSLISPDIR}/${PORTNAME} ${XEMACSLISPDIR}/${PORTNAME} >+ ${INSTALL_DATA} ${DISTDIR}/${DISTNAME} ${EMACSLISPDIR}/${EL} >+ ${LN} -sf ${EMACSLISPDIR}/${PORTNAME} ${XEMACSLISPDIR}/${EL} > > post-install: > @${CAT} ${PKGMESSAGE}
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 117120
: 81825