pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/imake
Module Name: pkgsrc
Committed By: wiz
Date: Fri Jun 30 06:31:20 UTC 2023
Modified Files:
pkgsrc/devel/imake: Makefile
Log Message:
imake: fix previous to make xmkmf work again
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/imake/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/imake/Makefile
diff -u pkgsrc/devel/imake/Makefile:1.31 pkgsrc/devel/imake/Makefile:1.32
--- pkgsrc/devel/imake/Makefile:1.31 Tue Jun 27 10:40:40 2023
+++ pkgsrc/devel/imake/Makefile Fri Jun 30 06:31:20 2023
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.31 2023/06/27 10:40:40 riastradh Exp $
+# $NetBSD: Makefile,v 1.32 2023/06/30 06:31:20 wiz Exp $
DISTNAME= imake-1.0.9
+PKGREVISION= 1
CATEGORIES= devel x11
MASTER_SITES= ${MASTER_SITE_XORG:=util/}
EXTRACT_SUFX= .tar.xz
@@ -24,7 +25,7 @@ CONFIGURE_ENV+= RAWCPP=${TOOLBASE:Q}/bi
# characteristics, but what gets baked into the package needs to be
# where tradcpp will live at run-time.
CPPFLAGS+= -DRAWCPP=\"${PREFIX:Q}/bin/tradcpp\"
-MAKE_FLAGS+= RAWCPP=${PREFIX:Q}/bin/rawcpp
+MAKE_FLAGS+= RAWCPP=${PREFIX:Q}/bin/tradcpp
REPLACE_SH+= mkhtmlindex.sh
Home |
Main Index |
Thread Index |
Old Index