aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/pure-xml
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 05:28:56 +0800
commit89fa4b30769741751f355514c3275dfa94011df4 (patch)
tree54a54dca395db82704b22a4ff9ba1391e9b102c6 /textproc/pure-xml
parent89f391bff5b2a0c7accd7eeb2e0e2949354200b4 (diff)
downloadfreebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.gz
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.tar.zst
freebsd-ports-gnome-89fa4b30769741751f355514c3275dfa94011df4.zip
Fix PORTSDIR not already defined by using relative path
Diffstat (limited to 'textproc/pure-xml')
-rw-r--r--textproc/pure-xml/Makefile2
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>