pkgsrc-WIP-changes archive

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

libpare: Remove pre-build "make depend" and clean up



Module Name:	pkgsrc-wip
Committed By:	Jason W. Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Wed Dec 27 08:08:24 2023 -0600
Changeset:	bf1039b4961d4079472cfbc692939550d2bb8712

Modified Files:
	libpare/DESCR
	libpare/Makefile

Log Message:
libpare: Remove pre-build "make depend" and clean up

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

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

diffstat:
 libpare/DESCR    | 4 ++--
 libpare/Makefile | 3 ---
 2 files changed, 2 insertions(+), 5 deletions(-)

diffs:
diff --git a/libpare/DESCR b/libpare/DESCR
index a1b504267f..d3727d3b19 100644
--- a/libpare/DESCR
+++ b/libpare/DESCR
@@ -1,2 +1,2 @@
-Libpare is a library for finding regular expressions in an argv-style pointer
-array. REs can span multiple strings.
+Libpare is a library for finding regular expressions in an argv-style
+pointer array. REs can span multiple strings.
diff --git a/libpare/Makefile b/libpare/Makefile
index eaedd66197..908dd6a948 100644
--- a/libpare/Makefile
+++ b/libpare/Makefile
@@ -13,7 +13,4 @@ LICENSE=	2-clause-bsd
 
 MAKE_ENV=	MANDIR=${PREFIX}/${PKGMANDIR}
 
-pre-build:
-	cd ${WRKSRC} && make depend LOCALBASE=${LOCALBASE}
-
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index