Bug 94205 - shells/zsh needs to use pre-su-install
Summary: shells/zsh needs to use pre-su-install
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Sergei Kolobov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-08 01:30 UTC by Michael
Modified: 2006-05-01 00:47 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael 2006-03-08 01:30:12 UTC
shells/zsh uses pre-install for actions which require root privileges.

Fix: 

-pre-install:
+pre-su-install:
        @${MKDIR} ${PREFIX}/info
        makeinfo --no-split --output=${PREFIX}/info/zsh.info \
                ${WRKSRC}/Doc/zsh.texi--Wo83xIYpCMebSRWr5LCayWDZriJ6m14DgsgrXNdGPJpEuETr
Content-Type: text/plain; name="file.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment; filename="file.diff"

--- Makefile.orig       Wed Mar  8 02:18:54 2006
+++ Makefile    Wed Mar  8 02:19:06 2006
@@ -129,7 +129,7 @@
 .if !defined(NOPORTDOCS)
 INFO=  zsh
How-To-Repeat: cd /usr/ports/shells/zsh && make install (as user)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-03-08 01:32:11 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sergei

Over to maintainer
Comment 2 Sergei Kolobov freebsd_committer freebsd_triage 2006-05-01 00:47:33 UTC
State Changed
From-To: open->closed

Similar fix committed, thanks!