Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jul 2012 22:20:08 GMT
From:      Jan Beich <jbeich@tormail.org>
To:        emulation@FreeBSD.org
Subject:   Re: ports/169702: [patch] graphics/linux-f10-tiff: fix packing list
Message-ID:  <201207302220.q6UMK8Hd089939@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/169702; it has been noted by GNATS.

From: Jan Beich <jbeich@tormail.org>
To: bug-followup@freebsd.org
Cc:  
Subject: Re: ports/169702: [patch] graphics/linux-f10-tiff: fix packing list
Date: Mon, 30 Jul 2012 22:28:21 +0800

 Tijl Coosemans <tijl@coosemans.org> writes:
 
 > -PLIST=		pkg-plist.${LINUX_RPM_ARCH}
 > +PLIST=		${PKGDIR}/pkg-plist.${LINUX_RPM_ARCH}
 
 From a commit that added PKGDIR:
 
   * Fix pkg-plist handling for ports that set a non-standard
     PREFIX. ports/74691
 
 It gives a hint as to how to reproduce:
 
   $ make install deinstall PREFIX=/tmp/aaa PKG_DBDIR=/tmp/pkg
   $ find /tmp/aaa/ ! -type d
   /tmp/aaa/usr/bin/raw2tiff
   /tmp/aaa/usr/bin/tiffset
   /tmp/aaa/usr/bin/rgb2ycbcr
   /tmp/aaa/usr/bin/tiffdither
   /tmp/aaa/usr/bin/bmp2tiff
   [...]



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