Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 16:24:37 -0800 (PST)
From:      Alec Wolman <wolman@cs.washington.edu>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/31621: fix for the pspell-0.12.2_1 port
Message-ID:  <200110300024.f9U0ObB07424@freefall.freebsd.org>

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

>Number:         31621
>Category:       ports
>Synopsis:       fix for the pspell-0.12.2_1 port
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 29 16:30:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alec Wolman
>Release:        4.3
>Organization:
UW, CSE department
>Environment:
n/a
>Description:
make install for the pspell port fails.  the reason is that
the 'post-patch' target edits Makefile.in to replace '@INSTALL@'
with 'install'.  This causes install to move rather than copy the
files, which in turn causes make install to break.  Commenting
out the post-patch target entirely fixes things, because configure
then replaces '@INSTALL@' with 'install -c' which does the right
thing.  I have no idea what the purpose of the post-patch target
was but it should be eliminated.


>How-To-Repeat:
n/a
>Fix:
n/a

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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