pkgsrc-WIP-changes archive

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

libpare: Update to 1.1.1.2



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri May 28 09:40:21 2021 -0500
Changeset:	1121295f53833134e721821bc863e40c3630e1c2

Modified Files:
	libpare/Makefile

Log Message:
libpare: Update to 1.1.1.2

Use default prefix of ../local

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

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

diffstat:
 libpare/Makefile | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diffs:
diff --git a/libpare/Makefile b/libpare/Makefile
index 5467fcb9c4..fc99e5810b 100644
--- a/libpare/Makefile
+++ b/libpare/Makefile
@@ -11,8 +11,7 @@ HOMEPAGE=	https://github.com/outpaddling/libpare
 COMMENT=	Pointer Array Regular Expressions
 LICENSE=	2-clause-bsd
 
-PKG_DESTDIR_SUPPORT=	user-destdir
-
-INSTALL_MAKE_FLAGS+=	MANDIR=${PREFIX}/${PKGMANDIR}
+pre-build:
+	cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index