pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bup-git: Use PREFIX not LOCALBASE



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Mon Jun 22 14:56:25 2026 -0400
Changeset:	30b9adfbdd6bdd737efae71421e838ebfde62b71

Modified Files:
	bup-git/Makefile

Log Message:
bup-git: Use PREFIX not LOCALBASE

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=30b9adfbdd6bdd737efae71421e838ebfde62b71

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bup-git/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/bup-git/Makefile b/bup-git/Makefile
index 3711b7b7b2..0c02d41130 100644
--- a/bup-git/Makefile
+++ b/bup-git/Makefile
@@ -46,10 +46,10 @@ TEST_DEPENDS+=	rdiff-backup-[0-9]*:../../sysutils/rdiff-backup
 
 DIST_MANPAGES=		${WRKDIR}/${MAN_UNPACK}
 
-ALL_ENV+=	BUP_PYTHON_CONFIG=${LOCALBASE}/bin/python${PYVERSSUFFIX}-config
+ALL_ENV+=	BUP_PYTHON_CONFIG=${PREFIX}/bin/python${PYVERSSUFFIX}-config
 
 MAKE_FILE=	GNUmakefile
-MAKE_FLAGS+=	PREFIX=${LOCALBASE}
+MAKE_FLAGS+=	PREFIX=${PREFIX}
 MAKE_FLAGS+=	PYTHON=${PYTHONBIN}
 MAKE_FLAGS+=	MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
 


Home | Main Index | Thread Index | Old Index