diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:28:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-10 21:28:56 +0000 |
commit | 0a830cfcd072d6911c084cd78350762d1d9f5b68 (patch) | |
tree | 54a54dca395db82704b22a4ff9ba1391e9b102c6 /textproc/pure-xml | |
parent | f83b34b741cf3b63a8bd069695a3716c61e941d5 (diff) |
Notes
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> |