1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

s,/usr/local,${PREFIX},

This commit is contained in:
Michael Haro 1999-06-05 19:55:24 +00:00
parent d8240282a5
commit c088d09f2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=19219
18 changed files with 50 additions and 50 deletions

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: November 13, 1998
# Whom: Marc G. Fournier <scrappy@FreeBSD.ORG>
#
# $Id: Makefile,v 1.37 1999/04/14 00:03:06 scrappy Exp $
# $Id: Makefile,v 1.38 1999/04/20 20:32:53 mharo Exp $
#
DISTNAME= postgresql-6.4.2
@ -35,8 +35,8 @@ HAS_CONFIGURE= YES
CONFIGURE_ARGS= --prefix=${PREFIX}/pgsql \
--enable-locale \
--with-template=`uname -s | ${TR} '[A-Z]' '[a-z]'` \
--with-includes="/usr/local/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=/usr/local/lib
--with-includes="${PREFIX}/include ${TCL_INCDIR} ${TK_INCDIR}" ${WITH_TCL} \
--with-libraries=${PREFIX}/lib
INSTALL_TARGET= install install-man

View File

@ -3,7 +3,7 @@
# Date created: 4 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
# $Id: Makefile,v 1.7 1997/11/22 01:38:46 asami Exp $
# $Id: Makefile,v 1.8 1999/05/04 10:29:05 kuriyama Exp $
#
DISTNAME?= ja-jlatex209-a17-n152
@ -50,7 +50,7 @@ pre-build:
post-install:
.if !defined(BATCH)
@(\
if [ -e /usr/local/share/tex/BOTH ] ; \
if [ -e ${PREFIX}/share/tex/BOTH ] ; \
then ${SH} ${FILESDIR}/linkselect.sh ; \
fi \
)

View File

@ -3,7 +3,7 @@
# Date created: 17 November 1997
# Whom: SADA Kenji <sada@FreeBSD.ORG>
#
# $Id: Makefile,v 1.4 1998/12/10 15:10:19 sada Exp $
# $Id: Makefile,v 1.5 1999/02/03 11:11:48 asami Exp $
#
DISTNAME= ja-netscape-3.04
@ -25,7 +25,7 @@ NO_WRKSUBDIR= YES
NO_BUILD= YES
# This directory is hard-coded into the netscape binary
LIBDIR= /usr/local/lib/netscape
LIBDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
NLSDIR= ${LIBDIR}/nls

View File

@ -3,7 +3,7 @@
# Date created: 01 May 1996
# Whom: masafumi
#
# $Id: Makefile,v 1.13 1998/09/21 22:33:26 steve Exp $
# $Id: Makefile,v 1.14 1998/10/16 04:55:14 jseger Exp $
#
DISTNAME= pine3.95
@ -47,6 +47,6 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/pine/pine.ndx ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.hlp ${PREFIX}/lib/pine
${INSTALL_DATA} ${WRKSRC}/pine/pine_ja.ndx ${PREFIX}/lib/pine
${LDCONFIG} -m /usr/local/lib
@${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>

View File

@ -3,7 +3,7 @@
# Date created: 6 Apr 1995
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.6 1998/11/21 20:10:55 steve Exp $
# $Id: Makefile,v 1.7 1998/11/23 07:49:49 asami Exp $
#
DISTNAME= netscape-3.04
@ -23,7 +23,7 @@ NO_WRKSUBDIR= yes
NO_BUILD= yes
# This directory is hard-coded into the netscape binary
LIBDIR= /usr/local/lib/netscape
LIBDIR= ${PREFIX}/lib/netscape
BINDIR= ${PREFIX}/bin
NLSDIR= ${LIBDIR}/nls
RESSUB= ko_KR.EUC