ports/148043: [PATCH] shells/mksh: respect PREFIX, remove erroneous @dirrm

Yuri Pankov yuri.pankov at gmail.com
Mon Jun 21 14:40:04 UTC 2010


>Number:         148043
>Category:       ports
>Synopsis:       [PATCH] shells/mksh: respect PREFIX, remove erroneous @dirrm
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 21 14:40:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 9.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.org.ru 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r209358: Sun Jun 20 12:00:12 MSD
>Description:
- Do not redefine EXAMPLESDIR to respect PREFIX
- Remove erroneous @dirrm from PLIST_DIRS

Port maintainer (miwi at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- mksh-r39.c.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/shells/mksh/Makefile,v
retrieving revision 1.26
diff -u -r1.26 Makefile
--- Makefile	8 Mar 2010 22:54:39 -0000	1.26
+++ Makefile	21 Jun 2010 14:36:39 -0000
@@ -17,11 +17,9 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
-EXAMPLESDIR=	${LOCALBASE}/share/examples/${PORTNAME}
-
 MAN1=		mksh.1
 PLIST_FILES=	bin/mksh %%PORTEXAMPLES%%%%EXAMPLESDIR%%/dot.mkshrc
-PLIST_DIRS=	%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
+PLIST_DIRS=	%%PORTEXAMPLES%%%%EXAMPLESDIR%%
 
 .include <bsd.port.pre.mk>
 
--- mksh-r39.c.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list