diff options
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 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> diff --git a/print/lyx/Makefile b/print/lyx/Makefile index 0b9f6ea05a46..d232f6cbec3d 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 0b9f6ea05a46..d232f6cbec3d 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 0b9f6ea05a46..d232f6cbec3d 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 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> |