Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Jun 2010 18:39:33 +0400 (MSD)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        miwi@FreeBSD.org
Subject:   ports/148043: [PATCH] shells/mksh: respect PREFIX, remove erroneous @dirrm
Message-ID:  <201006211439.o5LEdXwI084124@darklight.org.ru>
Resent-Message-ID: <201006211440.o5LEe4K2084045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201006211439.o5LEdXwI084124>