Bug 13351 - ports: pgp: installing into $prefix/lib instead of $prefix/share
Summary: ports: pgp: installing into $prefix/lib instead of $prefix/share
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: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-24 17:30 UTC by Сергей Ласкавый
Modified: 2003-06-12 03:06 UTC (History)
0 users

See Also:


Attachments
file.diff (384 bytes, patch)
1999-08-24 17:30 UTC, Сергей Ласкавый
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Сергей Ласкавый 1999-08-24 17:30:01 UTC
PGP port wants to install some text files into $prefix/lib/pgp instead
of more appropriate $prefix/share/pgp

Fix: do we have a standard way to put $prefix value into C files ? :-)

Okay, my broken patch is here:

========================================================================
How-To-Repeat: 
cd /usr/ports/security/pgp && make install
Comment 1 Satoshi Asami freebsd_committer freebsd_triage 1999-08-24 23:50:52 UTC
 * do we have a standard way to put $prefix value into C files ? :-)

in Makefile (in case user tries to go into ${WRKSRC} and type "make":

===
PREFIX?= /usr/local

CFLAGS+= -DPREFIX=\"${PREFIX}\"
===

and in the source file:

===
#  define PGP_SYSTEM_DIR PREFIX "/share/pgp/"
===

Satoshi
Comment 2 Steve Price freebsd_committer freebsd_triage 1999-10-31 23:38:30 UTC
Responsible Changed
From-To: freebsd-ports->ache

Over to port's maintainer. 
Comment 3 Andrey A. Chernov freebsd_committer freebsd_triage 2003-06-02 19:33:50 UTC
Responsible Changed
From-To: ache->ports

I not maintain this port anymore
Comment 4 Andrey A. Chernov freebsd_committer freebsd_triage 2003-06-02 19:35:28 UTC
Responsible Changed
From-To: ports->freebsd-ports

Fix typo
Comment 5 Will Andrews freebsd_committer freebsd_triage 2003-06-12 03:06:38 UTC
State Changed
From-To: open->closed

Fixed, thanks.