aboutsummaryrefslogtreecommitdiff
path: root/textproc/pure-csv
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:28:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-10 21:28:56 +0000
commit0a830cfcd072d6911c084cd78350762d1d9f5b68 (patch)
tree54a54dca395db82704b22a4ff9ba1391e9b102c6 /textproc/pure-csv
parentf83b34b741cf3b63a8bd069695a3716c61e941d5 (diff)
downloadports-0a830cfcd072d6911c084cd78350762d1d9f5b68.tar.gz
ports-0a830cfcd072d6911c084cd78350762d1d9f5b68.zip
Notes
Diffstat (limited to 'textproc/pure-csv')
-rw-r--r--textproc/pure-csv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/pure-csv/Makefile b/textproc/pure-csv/Makefile
index e7c7569da23d..9b4821eecd0a 100644
--- a/textproc/pure-csv/Makefile
+++ b/textproc/pure-csv/Makefile
@@ -14,5 +14,5 @@ NO_PURE_EXAMPLES= yes
PLIST_FILES= lib/pure/csv.pure \
lib/pure/csv.so
-.include "${PORTSDIR}/lang/pure/bsd.pure.mk"
+.include "${.CURDIR}/../../lang/pure/bsd.pure.mk"
.include <bsd.port.mk>