summaryrefslogtreecommitdiff
path: root/print/lyx-devel
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2000-05-01 20:45:46 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2000-05-01 20:45:46 +0000
commit7ac7c29a0d41f257310f8993253c6ca00f29791f (patch)
tree184186a3b60f32380cb6df3168adb0b8d2031dfd /print/lyx-devel
parentDo not install makelev setuid root, so that nobody but root can edit files (diff)
Touch some files to workaround a build failure if automake is
installed. PR: ports/18240
Notes
Notes: svn path=/head/; revision=28249
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>