aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2004-04-19 11:53:37 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2004-04-19 11:53:37 +0000
commit79026767178c6ca58b483724acdb2fc1f654527a (patch)
tree9e22c827ba5dc694a222c0aad3f88992936c54b1 /net
parent6427a0487521b48d7971d29dcedd62814e21d618 (diff)
downloadports-79026767178c6ca58b483724acdb2fc1f654527a.tar.gz
ports-79026767178c6ca58b483724acdb2fc1f654527a.zip
- Fix path to MD5_FILE
Reported by: kris
Notes
Notes: svn path=/head/; revision=107574
Diffstat (limited to 'net')
-rw-r--r--net/licq/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/licq/Makefile.inc b/net/licq/Makefile.inc
index 12ec14413d76..43a8df08d631 100644
--- a/net/licq/Makefile.inc
+++ b/net/licq/Makefile.inc
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= licq
DISTNAME= ${PKGNAMEPREFIX}${LICQ_VER}
DISTFILES= ${DISTNAME}.tar.bz2
GNU_CONFIGURE= yes
-MD5_FILE?= ${LICQ_PORT}/distinfo
+MD5_FILE?= ${PORTSDIR}/${LICQ_PORT}/distinfo
# USE_LIBTOOL doesn't work for these ports
#USE_LIBTOOL= yes
USE_GMAKE= yes