pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/jed
Module Name: pkgsrc
Committed By: nia
Date: Wed Apr 10 15:28:15 UTC 2024
Modified Files:
pkgsrc/editors/jed: Makefile.common
Log Message:
jed: Run the automake-generated makefile directly instead of through
a wrapper that tries to run autoconf again after pkgsrc has already
configured everything.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/editors/jed/Makefile.common
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/jed/Makefile.common
diff -u pkgsrc/editors/jed/Makefile.common:1.16 pkgsrc/editors/jed/Makefile.common:1.17
--- pkgsrc/editors/jed/Makefile.common:1.16 Tue Dec 19 23:56:00 2023
+++ pkgsrc/editors/jed/Makefile.common Wed Apr 10 15:28:15 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.16 2023/12/19 23:56:00 gdt Exp $
+# $NetBSD: Makefile.common,v 1.17 2024/04/10 15:28:15 nia Exp $
#
# used by editors/jed/Makefile
# used by editors/xjed/Makefile
@@ -19,6 +19,9 @@ MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-slang=${PREFIX}
+BUILD_DIRS= src
+INSTALL_DIRS= src
+
LIBS.SunOS+= -lnsl -lresolv
EGDIR= ${PREFIX}/share/examples/jed
Home |
Main Index |
Thread Index |
Old Index