diff options
author | dirk <dirk@FreeBSD.org> | 2000-05-01 20:45:46 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 2000-05-01 20:45:46 +0000 |
commit | 9264161cb40d0de73653c52cd54fb23a05047a9e (patch) | |
tree | 9f0ab7ce69c700fac2a5f48a925b467b17ad8eac /print | |
parent | 691f82f1126e261e5f8fb1ca297f90b9d9344e2c (diff) | |
download | FreeBSD-ports-9264161cb40d0de73653c52cd54fb23a05047a9e.zip FreeBSD-ports-9264161cb40d0de73653c52cd54fb23a05047a9e.tar.gz |
Touch some files to workaround a build failure if automake is
installed.
PR: ports/18240
Diffstat (limited to 'print')
-rw-r--r-- | print/lyx-devel/Makefile | 3 | ||||
-rw-r--r-- | print/lyx/Makefile | 3 | ||||
-rw-r--r-- | print/lyx14/Makefile | 3 | ||||
-rw-r--r-- | print/lyx15/Makefile | 3 | ||||
-rw-r--r-- | print/lyx16/Makefile | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/print/lyx-devel/Makefile b/print/lyx-devel/Makefile index 0b9f6ea..d232f6c 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> diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 0b9f6ea..d232f6c 100644 --- a/print/lyx/Makefile +++ b/print/lyx/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> diff --git a/print/lyx14/Makefile b/print/lyx14/Makefile index 0b9f6ea..d232f6c 100644 --- a/print/lyx14/Makefile +++ b/print/lyx14/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> diff --git a/print/lyx15/Makefile b/print/lyx15/Makefile index 0b9f6ea..d232f6c 100644 --- a/print/lyx15/Makefile +++ b/print/lyx15/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> diff --git a/print/lyx16/Makefile b/print/lyx16/Makefile index 0b9f6ea..d232f6c 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> |