pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/bup
Module Name: pkgsrc
Committed By: gdt
Date: Sat Jan 11 01:50:31 UTC 2025
Modified Files:
pkgsrc/sysutils/bup: Makefile
Log Message:
sysutils/bup: Fix PREFIX/LOCALBASE conflation
(Thanks to pkglint for pointing this out.)
To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/sysutils/bup/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/bup/Makefile
diff -u pkgsrc/sysutils/bup/Makefile:1.69 pkgsrc/sysutils/bup/Makefile:1.70
--- pkgsrc/sysutils/bup/Makefile:1.69 Sat Jan 11 01:48:17 2025
+++ pkgsrc/sysutils/bup/Makefile Sat Jan 11 01:50:31 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2025/01/11 01:48:17 gdt Exp $
+# $NetBSD: Makefile,v 1.70 2025/01/11 01:50:31 gdt Exp $
DISTNAME= bup-0.33.7
CATEGORIES= sysutils
@@ -65,7 +65,7 @@ post-configure:
cd ${WRKSRC}/config/bin && rm -f make && ln -s ${TOOLS_PATH.gmake} make
cd ${WRKSRC} && cp -pf GNUmakefile Makefile
-MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= PREFIX=${LOCALBASE}
MAKE_FLAGS+= PYTHON=${PYTHONBIN}
MAKE_FLAGS+= MANDIR=${DESTDIR}${PREFIX}/${PKGMANDIR}
Home |
Main Index |
Thread Index |
Old Index