aboutsummaryrefslogtreecommitdiff
path: root/www/tidy-lib
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-02-25 19:17:49 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-02-25 19:17:49 +0000
commit7724b203b318e4e1d369bb1474a1691230c6772f (patch)
treef24239b4bb0522631d499a3f54db786234d79d05 /www/tidy-lib
parentf1d221d1640bac135cb66ba62bdf7fcf0b7f509e (diff)
downloadports-7724b203b318e4e1d369bb1474a1691230c6772f.tar.gz
ports-7724b203b318e4e1d369bb1474a1691230c6772f.zip
Specify the MASTERDIR as a relative path to ${.CURDIR} instead of
${PORTSDIR} (which isn't defined because we're a slave Makefile, and not including bsd.port.mk). This fixes the INDEX build. Noticed by: INDEX build script
Notes
Notes: svn path=/head/; revision=76468
Diffstat (limited to 'www/tidy-lib')
-rw-r--r--www/tidy-lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile
index 5400475bbae7..ddd4437db8af 100644
--- a/www/tidy-lib/Makefile
+++ b/www/tidy-lib/Makefile
@@ -12,7 +12,7 @@ PKGNAMESUFFIX= -lib
MAINTAINER= thierry@pompo.net
COMMENT= Utility to clean up and pretty print HTML/XHTML/XML (with shared lib)
-MASTERDIR= ${PORTSDIR}/www/tidy-devel
+MASTERDIR= ${.CURDIR}/../../www/tidy-devel
WITH_SHLIB= yes