aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-05-09 13:32:07 +0800
committermarcus <marcus@FreeBSD.org>2004-05-09 13:32:07 +0800
commit0f6f0e58898306a6ae95f40bff36e7b838c2fac6 (patch)
tree5bc0bae51316dcb4d150342b49424ac79aae99db
parent937d6ede76b7a69bdc6a8074161f0d39a1a53330 (diff)
downloadfreebsd-ports-gnome-0f6f0e58898306a6ae95f40bff36e7b838c2fac6.tar.gz
freebsd-ports-gnome-0f6f0e58898306a6ae95f40bff36e7b838c2fac6.tar.zst
freebsd-ports-gnome-0f6f0e58898306a6ae95f40bff36e7b838c2fac6.zip
Fix the condition (particularly on bento) when PORTSDIR != .CURDIR.
Reported by: bento via kris
-rw-r--r--misc/gaim-guifications/Makefile2
-rw-r--r--net-im/gaim-guifications/Makefile2
-rw-r--r--net-im/pidgin-guifications/Makefile2
-rw-r--r--security/gaim-encryption/Makefile2
-rw-r--r--security/pidgin-encryption/Makefile2
5 files changed, 5 insertions, 5 deletions
diff --git a/misc/gaim-guifications/Makefile b/misc/gaim-guifications/Makefile
index 631e4e9def46..94d60b4cde14 100644
--- a/misc/gaim-guifications/Makefile
+++ b/misc/gaim-guifications/Makefile
@@ -22,6 +22,6 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
-CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
+CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
.include <bsd.port.mk>
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile
index 631e4e9def46..94d60b4cde14 100644
--- a/net-im/gaim-guifications/Makefile
+++ b/net-im/gaim-guifications/Makefile
@@ -22,6 +22,6 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
-CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
+CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
.include <bsd.port.mk>
diff --git a/net-im/pidgin-guifications/Makefile b/net-im/pidgin-guifications/Makefile
index 631e4e9def46..94d60b4cde14 100644
--- a/net-im/pidgin-guifications/Makefile
+++ b/net-im/pidgin-guifications/Makefile
@@ -22,6 +22,6 @@ USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
-CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
+CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
.include <bsd.port.mk>
diff --git a/security/gaim-encryption/Makefile b/security/gaim-encryption/Makefile
index f7428218aa79..05139c6c0d57 100644
--- a/security/gaim-encryption/Makefile
+++ b/security/gaim-encryption/Makefile
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss/nss"
-CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
+CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
pre-everything::
@${ECHO_MSG} ""
diff --git a/security/pidgin-encryption/Makefile b/security/pidgin-encryption/Makefile
index f7428218aa79..05139c6c0d57 100644
--- a/security/pidgin-encryption/Makefile
+++ b/security/pidgin-encryption/Makefile
@@ -25,7 +25,7 @@ USE_GMAKE= yes
USE_GNOME= lthack gtk20
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/nss/nss"
-CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${PORTSDIR}/net/gaim/work/gaim*
+CONFIGURE_ARGS= --with-gaim=${WRKDIRPREFIX}${.CURDIR}/../../net/gaim/work/gaim*
pre-everything::
@${ECHO_MSG} ""