pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/yash
Module Name: pkgsrc
Committed By: vins
Date: Mon Dec 19 10:16:46 UTC 2022
Modified Files:
pkgsrc/shells/yash: Makefile
Log Message:
shells/yash: remove unneeded CONFIGURE_ARGS.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/shells/yash/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/yash/Makefile
diff -u pkgsrc/shells/yash/Makefile:1.2 pkgsrc/shells/yash/Makefile:1.3
--- pkgsrc/shells/yash/Makefile:1.2 Tue Dec 6 14:41:39 2022
+++ pkgsrc/shells/yash/Makefile Mon Dec 19 10:16:45 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2022/12/06 14:41:39 vins Exp $
+# $NetBSD: Makefile,v 1.3 2022/12/19 10:16:45 vins Exp $
DISTNAME= yash-2.53
CATEGORIES= shells
@@ -10,14 +10,12 @@ HOMEPAGE= https://yash.osdn.jp/index.htm
COMMENT= POSIX-compliant command line shell
LICENSE= gnu-gpl-v2
+USE_TOOLS+= msgfmt msgmerge
+USE_TOOLS+= intltool xgettext
+
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-CONFIGURE_ARGS+= --enable-history
-CONFIGURE_ARGS+= --enable-lineedit
-
-USE_TOOLS+= msgfmt msgmerge
-USE_TOOLS+= intltool xgettext
PKG_SHELL= bin/yash
Home |
Main Index |
Thread Index |
Old Index