pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/etsh
Module Name: pkgsrc
Committed By: vins
Date: Sun Dec 18 16:27:01 UTC 2022
Modified Files:
pkgsrc/shells/etsh: Makefile
Log Message:
shells/etsh: standardize make environment.
This addresses an issue on SunOS systems where the default compiler
path might be non-existent, and likely prevents further breakages due
to hard-coded assumptions.
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/shells/etsh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/etsh/Makefile
diff -u pkgsrc/shells/etsh/Makefile:1.3 pkgsrc/shells/etsh/Makefile:1.4
--- pkgsrc/shells/etsh/Makefile:1.3 Tue Dec 6 19:27:30 2022
+++ pkgsrc/shells/etsh/Makefile Sun Dec 18 16:27:01 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2022/12/06 19:27:30 vins Exp $
+# $NetBSD: Makefile,v 1.4 2022/12/18 16:27:01 vins Exp $
DISTNAME= etsh-5.4.0
CATEGORIES= shells
@@ -24,7 +24,13 @@ REPLACE_FILES.tsh+= libexec.etsh/etshdir
REPLACE_FILES.tsh+= libexec.etsh/history
REPLACE_FILES.tsh+= libexec.etsh/pev
+MAKE_ENV+= CC=${CC:Q}
+MAKE_ENV+= CFLAGS=${CFLAGS:Q}
+MAKE_ENV+= LDFLAGS=${LDFLAGS:Q}
+MAKE_ENV+= INSTALL=${INSTALL:Q}
+
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= SYSCONFDIR=${PKG_SYSCONFDIR}
MAKE_FLAGS+= DESTDOCDIR=${DESTDIR}${DOCDIR}
MAKE_FLAGS+= DESTEXPDIR=${DESTDIR}${EXPDIR}
Home |
Main Index |
Thread Index |
Old Index