pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
dmake: Install default rules to "share/lib/dmake/make.rules"
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Fri Jun 25 16:12:01 2021 +0200
Changeset: 32156e05779ab46a119ecc9579d18770adf2c4f9
Modified Files:
dmake/Makefile
dmake/PLIST
dmake/distinfo
Log Message:
dmake: Install default rules to "share/lib/dmake/make.rules"
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=32156e05779ab46a119ecc9579d18770adf2c4f9
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
dmake/Makefile | 4 ++--
dmake/PLIST | 2 +-
dmake/distinfo | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)
diffs:
diff --git a/dmake/Makefile b/dmake/Makefile
index 6f270730bc..90de436683 100644
--- a/dmake/Makefile
+++ b/dmake/Makefile
@@ -23,7 +23,7 @@ MAKE_FLAGS+= DESTDIR=${DESTDIR} INS_BASE=${PREFIX} DEFMANBASE=. MANDIR=${PKGMAND
# Honor CPPFLAGS, CFLAGS and LDFLAGS
MAKE_FLAGS+= CPPOPTX=${CPPFLAGS:Q} COPTX=${CFLAGS:Q} LDOPTX=${LDFLAGS:Q}
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/lib/make
+INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/lib/dmake
# Shared platform specific code for schilytools (provided by smake package)
.include "../../devel/smake/Makefile.common"
@@ -47,6 +47,6 @@ do-install:
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
cd ${WRKSRC}/sunpro && ${INSTALL_DATA} \
${WRKSRC}/sunpro/Make/bin/make/common/make.rules.file \
- ${DESTDIR}${PREFIX}/share/lib/make/make.rules
+ ${DESTDIR}${PREFIX}/share/lib/dmake/make.rules
.include "../../mk/bsd.pkg.mk"
diff --git a/dmake/PLIST b/dmake/PLIST
index 7aef9849bf..0037b1a704 100644
--- a/dmake/PLIST
+++ b/dmake/PLIST
@@ -1,4 +1,4 @@
@comment $NetBSD$
bin/dmake
man/man1/dmake.1
-share/lib/make/make.rules
+share/lib/dmake/make.rules
diff --git a/dmake/distinfo b/dmake/distinfo
index 87b0b12d22..526da40d4f 100644
--- a/dmake/distinfo
+++ b/dmake/distinfo
@@ -4,3 +4,5 @@ SHA1 (schily-2021-06-07.tar.bz2) = 355c162afdffb730e632902620397cc7851c3595
RMD160 (schily-2021-06-07.tar.bz2) = 8239c965ad9da0d7ce21c39ed28f3f367f929cbf
SHA512 (schily-2021-06-07.tar.bz2) = f71fb7b521e1b39e87ec9e44b29576eb2e67f0783e24760590f4323243ee1df7e7bdc214aa95d9e3cde6d090c14cab85ddfeaa8ea93b3942997c72c257b53a60
Size (schily-2021-06-07.tar.bz2) = 4905609 bytes
+SHA1 (patch-sunpro_Make_bin_make_common_Makefile.def) = 83f2f7ef8d8aa6fc61566fe8a0301e0038a16c88
+SHA1 (patch-sunpro_Make_bin_make_common_read.cc) = 1bdfe9b623f83239989288a585dc9804e8dbef73
Home |
Main Index |
Thread Index |
Old Index