pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/print/chktex
Module Name: pkgsrc
Committed By: markd
Date: Sun Dec 25 19:02:44 UTC 2016
Modified Files:
pkgsrc/print/chktex: Makefile
Log Message:
Note pcre dependency
Fix sysconfdir setting.
To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/print/chktex/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/print/chktex/Makefile
diff -u pkgsrc/print/chktex/Makefile:1.29 pkgsrc/print/chktex/Makefile:1.30
--- pkgsrc/print/chktex/Makefile:1.29 Fri Sep 30 11:33:06 2016
+++ pkgsrc/print/chktex/Makefile Sun Dec 25 19:02:44 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2016/09/30 11:33:06 wiz Exp $
+# $NetBSD: Makefile,v 1.30 2016/12/25 19:02:44 markd Exp $
DISTNAME= chktex-1.7.6
CATEGORIES= print
@@ -24,6 +24,9 @@ CFLAGS+= -D__unix__
CONFIGURE_ENV+= PERL5=${PERL5:Q}
MAKE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} EGDIR=${EGDIR:Q}
+CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
+
INSTALLATION_DIRS+= ${EGDIR}
+.include "../../devel/pcre/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index