aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-02-11 20:18:24 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-02-11 20:18:24 +0000
commitebbfcada3889964775262c9752a4cdd57795ac13 (patch)
treeb171c090ae1d63d7b35970e0312681d081fcdbea
parent99b33ca4eccb9034c865a9ca3ce4c79f5dd56ea4 (diff)
downloadsrc-ebbfcada3889964775262c9752a4cdd57795ac13.tar.gz
src-ebbfcada3889964775262c9752a4cdd57795ac13.zip
Notes
-rw-r--r--usr.bin/bsdcat/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/bsdcat/Makefile b/usr.bin/bsdcat/Makefile
index c689ae4c2c73..11e31e64c028 100644
--- a/usr.bin/bsdcat/Makefile
+++ b/usr.bin/bsdcat/Makefile
@@ -2,10 +2,10 @@
.include <src.opts.mk>
-_LIBARCHIVEDIR= ${.CURDIR}/../../contrib/libarchive
-_LIBARCHIVECONFDIR= ${.CURDIR}/../../lib/libarchive
+_LIBARCHIVEDIR= ${SRCTOP}/contrib/libarchive
+_LIBARCHIVECONFDIR= ${SRCTOP}/lib/libarchive
-PROG= bsdcat
+PROG= bsdcat
BSDCAT_VERSION_STRING= 3.2.2
.PATH: ${_LIBARCHIVEDIR}/cat