pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
RE-flex: Remove unnecessary message
Module Name: pkgsrc-wip
Committed By: Malte Dehling <mdehling%gmail.com@localhost>
Pushed By: mdehling
Date: Thu Mar 21 11:58:47 2024 -0700
Changeset: 4c99f5638095c2648e991fd5d99823e445760e22
Modified Files:
RE-flex/Makefile
RE-flex/options.mk
Removed Files:
RE-flex/MESSAGE.examples
Log Message:
RE-flex: Remove unnecessary message
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=4c99f5638095c2648e991fd5d99823e445760e22
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
RE-flex/MESSAGE.examples | 18 ------------------
RE-flex/Makefile | 2 --
RE-flex/options.mk | 5 +----
3 files changed, 1 insertion(+), 24 deletions(-)
diffs:
diff --git a/RE-flex/MESSAGE.examples b/RE-flex/MESSAGE.examples
deleted file mode 100644
index 9597b5166f..0000000000
--- a/RE-flex/MESSAGE.examples
+++ /dev/null
@@ -1,18 +0,0 @@
-===========================================================================
-$NetBSD$
-
-RE/flex examples have been copied to
-
- ${PREFIX}/${EXAMPLEDIR}
-
-Most of the examples can be built by simply running 'make' in that
-directory. Some other examples require boost or pcre2 as provided by the
-packages:
-
- devel/boost-{headers,libs}
- devel/pcre2
-
-To build these, run 'make boostexamples' or 'make pcre2examples',
-respectively.
-
-===========================================================================
diff --git a/RE-flex/Makefile b/RE-flex/Makefile
index 3bd3b5d71d..83f79721ef 100644
--- a/RE-flex/Makefile
+++ b/RE-flex/Makefile
@@ -15,8 +15,6 @@ LICENSE= modified-bsd
INSTALLATION_DIRS+= bin lib share/RE-flex include/reflex ${PKGMANDIR}/man1
-MESSAGE_SRC+= ${PKGDIR}/MESSAGE
-
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
diff --git a/RE-flex/options.mk b/RE-flex/options.mk
index aad0ec6ce5..cb4d35a494 100644
--- a/RE-flex/options.mk
+++ b/RE-flex/options.mk
@@ -36,16 +36,13 @@ post-install-doxygen:
# do nothing
.endif
-# copy example sources to .../share directory
+# install example sources
PLIST_VARS+= examples
.if !empty(PKG_OPTIONS:Mexamples)
PLIST.examples= yes
EXAMPLEDIR= share/examples/${PKGBASE}
INSTALLATION_DIRS+= ${EXAMPLEDIR}
-MESSAGE_SRC+= ${PKGDIR}/MESSAGE.examples
-MESSAGE_SUBST+= EXAMPLEDIR=${EXAMPLEDIR}
-
DEPENDS+= bison-[0-9]*:../../devel/bison
SUBST_CLASSES+= path
Home |
Main Index |
Thread Index |
Old Index