Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2008 18:28:07 -0700 (PDT)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/124018: x11/xsnow should use pre-su-install
Message-ID:  <200805270128.m4R1S7fF066396@laptop.eyesbeyond.com>
Resent-Message-ID: <200805270210.m4R2A0FF035513@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         124018
>Category:       ports
>Synopsis:       x11/xsnow should use pre-su-install
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 27 02:10:00 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Greg Lewis
>Release:        FreeBSD 6.3-RELEASE-p1 i386
>Organization:
FreeBSD Project
>Environment:
System: FreeBSD laptop 6.3-RELEASE-p1 FreeBSD 6.3-RELEASE-p1 #0: Mon Mar 3 20:16:54 PST 2008 glewis@laptop:/usr/src/sys/i386/compile/LAPTOP i386


>Description:
	x11/xsnow creates system directories in pre-install so it should
	use pre-su-install instead.
>How-To-Repeat:
	Install x11/xsnow as a regular user without, for example,
	${LOCALDIR}/man/man6 existing.
>Fix:

--- Makefile	19 Apr 2008 17:54:45 -0000	1.20
+++ Makefile	27 May 2008 01:27:04 -0000
@@ -25,7 +25,7 @@
 	 -e 's: MANDIR .*:MANDIR=${PREFIX}/man/man6:' \
 	 -e 's: MANSUFFIX .*:MANSUFFIX=6:' <Makefile~ >Makefile
 
-pre-install:
+pre-su-install:
 	@${MKDIR} ${PREFIX}/bin
 	@${MKDIR} ${PREFIX}/man/man6
 	@(cd ${WRKSRC}; ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} install.man)

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



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