From owner-freebsd-ports Tue Aug 24 16: 0:39 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4ADE2152DE for ; Tue, 24 Aug 1999 16:00:34 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA42307; Tue, 24 Aug 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 24 Aug 1999 16:00:03 -0700 (PDT) Message-Id: <199908242300.QAA42307@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Subject: Re: ports/13351: ports: pgp: installing into $prefix/lib instead of $prefix/share Reply-To: asami@freebsd.org (Satoshi - Ports Wraith - Asami) Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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