diff options
author | petef <petef@FreeBSD.org> | 2003-02-26 03:17:49 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2003-02-26 03:17:49 +0800 |
commit | bc064574e192fc9f49fb4712a4f68a00dd81ee67 (patch) | |
tree | 77dda23462b38a2a7aa7ffb245d87c862aabc037 /www | |
parent | 437a863ee725ee08ef334ed2218ba46e57102e71 (diff) | |
download | freebsd-ports-graphics-bc064574e192fc9f49fb4712a4f68a00dd81ee67.tar.gz freebsd-ports-graphics-bc064574e192fc9f49fb4712a4f68a00dd81ee67.tar.zst freebsd-ports-graphics-bc064574e192fc9f49fb4712a4f68a00dd81ee67.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
Diffstat (limited to 'www')
-rw-r--r-- | www/tidy-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/tidy-lib/Makefile b/www/tidy-lib/Makefile index 5400475bbae..ddd4437db8a 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 |