diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-09 05:32:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-05-09 05:32:07 +0000 |
commit | 038ea5c5d5f9bc4cc8fd1c16efadfe78e785d696 (patch) | |
tree | 5b4443c20779d3301be641028d1b4a06a3608846 /security | |
parent | f88ca86a0d6524586c99fbc5e84592229e40444d (diff) |
Fix the condition (particularly on bento) when PORTSDIR != .CURDIR.
Reported by: bento via kris
Notes
Notes:
svn path=/head/; revision=108712
Diffstat (limited to 'security')
-rw-r--r-- | security/gaim-encryption/Makefile | 2 | ||||
-rw-r--r-- | security/pidgin-encryption/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
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} "" |