diff options
Diffstat (limited to 'textproc/pure-xml')
-rw-r--r-- | textproc/pure-xml/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pure-xml/Makefile b/textproc/pure-xml/Makefile index 52d8607d1d67..8be7b6ccf7b2 100644 --- a/textproc/pure-xml/Makefile +++ b/textproc/pure-xml/Makefile @@ -15,5 +15,5 @@ USE_GNOME= libxml2 libxslt PLIST_FILES= lib/pure/xml.pure \ lib/pure/xml.so -.include "${PORTSDIR}/lang/pure/bsd.pure.mk" +.include "${.CURDIR}/../../lang/pure/bsd.pure.mk" .include <bsd.port.mk> |