pkgsrc-WIP-changes archive

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

mle: remove unnecessary stuff



Module Name:	pkgsrc-wip
Committed By:	Kevin Bloom <kevin.bloom%posteo.net@localhost>
Pushed By:	nuclearkev
Date:		Sun Mar 17 20:23:14 2024 -0400
Changeset:	ebe683aca97c5657bedc01d9c5c3e568a3fce445

Modified Files:
	mle/COMMIT_MSG
	mle/Makefile

Log Message:
mle: remove unnecessary stuff

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

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

diffstat:
 mle/COMMIT_MSG | 2 +-
 mle/Makefile   | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)

diffs:
diff --git a/mle/COMMIT_MSG b/mle/COMMIT_MSG
index 7cf415a37e..fd57f432cc 100644
--- a/mle/COMMIT_MSG
+++ b/mle/COMMIT_MSG
@@ -1,4 +1,4 @@
-editors/mle: Add mle version 1.7.2
+editors/mle: Add version 1.7.2
 
 mle is a small, flexible, terminal-based text editor written in C.
 Its features include:
diff --git a/mle/Makefile b/mle/Makefile
index d49cefdd75..c832ad6ace 100644
--- a/mle/Makefile
+++ b/mle/Makefile
@@ -18,11 +18,6 @@ MAKE_FLAGS+=	prefix=${PREFIX}
 
 INSTALLATION_DIRS+=	bin ${PKGMANDIR}/man1
 
-PKGCONFIG_OVERRIDE+=	vendor/pcre2/libpcre2-16.pc.in
-PKGCONFIG_OVERRIDE+=	vendor/pcre2/libpcre2-32.pc.in
-PKGCONFIG_OVERRIDE+=	vendor/pcre2/libpcre2-8.pc.in
-PKGCONFIG_OVERRIDE+=	vendor/pcre2/libpcre2-posix.pc.in
-
 SUBST_CLASSES+=		lua
 SUBST_MESSAGE.lua=	rewrite lua directory directives
 SUBST_FILES.lua=	mle.h


Home | Main Index | Thread Index | Old Index