aboutsummaryrefslogtreecommitdiffstats
path: root/print/lyx-devel
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2000-05-02 04:45:46 +0800
committerdirk <dirk@FreeBSD.org>2000-05-02 04:45:46 +0800
commit9264161cb40d0de73653c52cd54fb23a05047a9e (patch)
tree9f0ab7ce69c700fac2a5f48a925b467b17ad8eac /print/lyx-devel
parent691f82f1126e261e5f8fb1ca297f90b9d9344e2c (diff)
downloadfreebsd-ports-gnome-9264161cb40d0de73653c52cd54fb23a05047a9e.tar.gz
freebsd-ports-gnome-9264161cb40d0de73653c52cd54fb23a05047a9e.tar.zst
freebsd-ports-gnome-9264161cb40d0de73653c52cd54fb23a05047a9e.zip
Touch some files to workaround a build failure if automake is
installed. PR: ports/18240
Diffstat (limited to 'print/lyx-devel')
-rw-r--r--print/lyx-devel/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile
index 0b9f6ea05a46..d232f6cbec3d 100644
--- a/print/lyx-devel/Makefile
+++ b/print/lyx-devel/Makefile
@@ -41,4 +41,7 @@ pre-fetch:
@${ECHO_MSG} "make WITH_ISPELL=yes"
.endif
+post-patch:
+ (cd ${WRKSRC}; ${TOUCH} Makefile.in */Makefile.in src/config.h.in)
+
.include <bsd.port.mk>