pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/misc/fd
Module Name: pkgsrc
Committed By: nia
Date: Fri May 14 13:26:27 UTC 2021
Modified Files:
pkgsrc/misc/fd: Makefile
Log Message:
fd: honor CFLAGS/LDFLAGS
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/misc/fd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/misc/fd/Makefile
diff -u pkgsrc/misc/fd/Makefile:1.33 pkgsrc/misc/fd/Makefile:1.34
--- pkgsrc/misc/fd/Makefile:1.33 Sun Jan 26 17:31:43 2020
+++ pkgsrc/misc/fd/Makefile Fri May 14 13:26:27 2021
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.33 2020/01/26 17:31:43 rillig Exp $
+# $NetBSD: Makefile,v 1.34 2021/05/14 13:26:27 nia Exp $
#
DISTNAME= FD-3.01b
PKGNAME= ${DISTNAME:tl}
+PKGREVISION= 1
CATEGORIES= misc shells
MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/fd/
@@ -12,6 +13,8 @@ COMMENT= File and directory management t
MAKE_FLAGS+= CONFDIR=${PKG_SYSCONFDIR}
MAKE_FLAGS+= PREFIX=${PREFIX}
+MAKE_FLAGS+= CFLAGS=${CFLAGS:Q}
+MAKE_FLAGS+= LDFLAGS=${LDFLAGS:Q}
.include "../../mk/bsd.prefs.mk"
@@ -24,7 +27,6 @@ DATADIR= ${PREFIX}/share/fd
DOCDIR= ${PREFIX}/share/doc/fd
EXAMPLESDIR= ${PREFIX}/share/examples/fd
-CFLAGS+= -DUSEMANLANG -DUSEDATADIR
DESTDIR_VARNAME= BUILD
DOCS= FAQ LICENSES HISTORY README TECHKNOW ToAdmin
Home |
Main Index |
Thread Index |
Old Index