Bug 13820

Summary: Error in Package of port ifmail
Product: Ports & Packages Reporter: Meyser+bugs.freebsd.org
Component: Individual Port(s)Assignee: Dirk Meyer <dinoex>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Meyser+bugs.freebsd.org 1999-09-19 15:50:01 UTC
	if you use the portscollection to make a package for the
	ifmail port (/usr/ports/news/ifmail) the resulting package
	won`t install.

Fix: 

during pkg_add time the +INSTALL script is executet in POST-INSTALL
	pase. This Script uses "$PREFIX" to determine the location for
	installing files and it should use "$PKG_PREFIX".
	This has just to be changed
How-To-Repeat: 
	"cd /usr/ports/news/ifmail"
	"make package"
        try to install the resulting package on another machine
	this will fail with "chmod: /libexec/ifmail no such file or directory"
Comment 1 dirk.meyer 1999-09-19 17:58:40 UTC
> >Fix:
> 
> 	during pkg_add time the +INSTALL script is executet in POST-INSTALL
> 	pase. This Script uses "$PREFIX" to determine the location for
> 	installing files and it should use "$PKG_PREFIX".
> 	This has just to be changed

The script was created by one of the commiters,
to create the user account for this programm.

I can't fetch the new files,
having no more access to the current sources.
(anoncvs has benn blcoked)

regards Dirk
(port maintainer)

-- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany
-- Tel. +49-5606-6512
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-10-11 00:40:26 UTC
State Changed
From-To: open->closed

Fixed, thanks!