diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-01 20:45:46 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2000-05-01 20:45:46 +0000 |
commit | 7ac7c29a0d41f257310f8993253c6ca00f29791f (patch) | |
tree | 184186a3b60f32380cb6df3168adb0b8d2031dfd /print/lyx16/Makefile | |
parent | Do 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
Diffstat (limited to 'print/lyx16/Makefile')
-rw-r--r-- | print/lyx16/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 0b9f6ea05a46..d232f6cbec3d 100644 --- a/print/lyx16/Makefile +++ b/print/lyx16/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> |