summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/postgresql-devel-server/Makefile6
-rw-r--r--databases/postgresql-devel/Makefile6
-rw-r--r--databases/postgresql7/Makefile6
-rw-r--r--databases/postgresql73-server/Makefile6
-rw-r--r--databases/postgresql73/Makefile6
-rw-r--r--databases/postgresql74-server/Makefile6
-rw-r--r--databases/postgresql80-server/Makefile6
-rw-r--r--databases/postgresql81-server/Makefile6
-rw-r--r--databases/postgresql82-server/Makefile6
-rw-r--r--databases/postgresql83-server/Makefile6
-rw-r--r--databases/postgresql84-server/Makefile6
-rw-r--r--databases/postgresql90-server/Makefile6
-rw-r--r--databases/postgresql91-server/Makefile6
-rw-r--r--databases/postgresql92-server/Makefile6
-rw-r--r--japanese/jtex209-both/Makefile4
-rw-r--r--japanese/netscape3.language/Makefile4
-rw-r--r--japanese/pine/Makefile4
-rw-r--r--korean/netscape3/Makefile4
18 files changed, 50 insertions, 50 deletions
diff --git a/databases/postgresql-devel-server/Makefile b/databases/postgresql-devel-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql-devel-server/Makefile
+++ b/databases/postgresql-devel-server/Makefile
@@ -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
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql-devel/Makefile
+++ b/databases/postgresql-devel/Makefile
@@ -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
diff --git a/databases/postgresql7/Makefile b/databases/postgresql7/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql7/Makefile
+++ b/databases/postgresql7/Makefile
@@ -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
diff --git a/databases/postgresql73-server/Makefile b/databases/postgresql73-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql73-server/Makefile
+++ b/databases/postgresql73-server/Makefile
@@ -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
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -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
diff --git a/databases/postgresql74-server/Makefile b/databases/postgresql74-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql74-server/Makefile
+++ b/databases/postgresql74-server/Makefile
@@ -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
diff --git a/databases/postgresql80-server/Makefile b/databases/postgresql80-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql80-server/Makefile
+++ b/databases/postgresql80-server/Makefile
@@ -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
diff --git a/databases/postgresql81-server/Makefile b/databases/postgresql81-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql81-server/Makefile
+++ b/databases/postgresql81-server/Makefile
@@ -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
diff --git a/databases/postgresql82-server/Makefile b/databases/postgresql82-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql82-server/Makefile
+++ b/databases/postgresql82-server/Makefile
@@ -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
diff --git a/databases/postgresql83-server/Makefile b/databases/postgresql83-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql83-server/Makefile
+++ b/databases/postgresql83-server/Makefile
@@ -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
diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql84-server/Makefile
+++ b/databases/postgresql84-server/Makefile
@@ -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
diff --git a/databases/postgresql90-server/Makefile b/databases/postgresql90-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql90-server/Makefile
+++ b/databases/postgresql90-server/Makefile
@@ -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
diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql91-server/Makefile
+++ b/databases/postgresql91-server/Makefile
@@ -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
diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile
index 817f396649be..49f1a02e4757 100644
--- a/databases/postgresql92-server/Makefile
+++ b/databases/postgresql92-server/Makefile
@@ -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
diff --git a/japanese/jtex209-both/Makefile b/japanese/jtex209-both/Makefile
index dc2b8eba943e..ec7fc9170f28 100644
--- a/japanese/jtex209-both/Makefile
+++ b/japanese/jtex209-both/Makefile
@@ -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 \
)
diff --git a/japanese/netscape3.language/Makefile b/japanese/netscape3.language/Makefile
index 4f52f32c3c96..787298fff951 100644
--- a/japanese/netscape3.language/Makefile
+++ b/japanese/netscape3.language/Makefile
@@ -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
diff --git a/japanese/pine/Makefile b/japanese/pine/Makefile
index bcc335626cbe..6e03dd8ab873 100644
--- a/japanese/pine/Makefile
+++ b/japanese/pine/Makefile
@@ -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>
diff --git a/korean/netscape3/Makefile b/korean/netscape3/Makefile
index 00d57897d26b..8a76366784a5 100644
--- a/korean/netscape3/Makefile
+++ b/korean/netscape3/Makefile
@@ -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