Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 1999 16:00:03 -0700 (PDT)
From:      asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/13351: ports: pgp: installing into $prefix/lib instead of $prefix/share
Message-ID:  <199908242300.QAA42307@freefall.freebsd.org>

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

From: asami@freebsd.org (Satoshi - Ports Wraith - Asami)
To: laskavy@Berkeley.Gambit.Msk.SU
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: ports/13351: ports: pgp: installing into $prefix/lib instead of $prefix/share
Date: Tue, 24 Aug 1999 15:50:52 -0700 (PDT)

  * 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
 


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?199908242300.QAA42307>