From 0d4e3d76af6dae0df115d1e23238a6e9d6438561 Mon Sep 17 00:00:00 2001 From: ngie Date: Fri, 10 Feb 2017 07:32:40 +0000 Subject: MFC r312452-r312512: r312452-r312512: - Use SRCTOP-relative paths to other directories instead of .CURDIR-relative ones This simplifies pathing in make/displayed output - Use .CURDIR:H instead of .CURDIR to simplify pathing in output, etc --- lib/libopie/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libopie') diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 367bbc6..4507d25 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -3,7 +3,7 @@ # $FreeBSD$ # PACKAGE=lib${LIB} -OPIE_DIST?= ${.CURDIR}/../../contrib/opie +OPIE_DIST?= ${SRCTOP}/contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} SHLIB_MAJOR= 8 -- cgit v1.1