diff options
author | nork <nork@FreeBSD.org> | 2006-06-12 23:21:21 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2006-06-12 23:21:21 +0800 |
commit | e47bcefe4a8b5771cd88f9a33ec0de0ec7b899e4 (patch) | |
tree | 9416f26de45c5da247b32daa0457d1821532eaa3 /japanese | |
parent | b18d58341bcb4f5f90c77c2eceb6d7bf222c20a9 (diff) | |
download | freebsd-ports-gnome-e47bcefe4a8b5771cd88f9a33ec0de0ec7b899e4.tar.gz freebsd-ports-gnome-e47bcefe4a8b5771cd88f9a33ec0de0ec7b899e4.tar.zst freebsd-ports-gnome-e47bcefe4a8b5771cd88f9a33ec0de0ec7b899e4.zip |
Fix build on sparc64.
Because configure's timestamp is older than configure.ac's
one. Almost configure's timestamp == configure.ac's one,
but this is not good. So I enforced that configure's
timestamp is always newer than configure.ac's one.
Pointed out by: pointyhat via kris
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/less/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/less/Makefile b/japanese/less/Makefile index f40e68783d56..3ba2e611e691 100644 --- a/japanese/less/Makefile +++ b/japanese/less/Makefile @@ -40,6 +40,7 @@ post-patch: ${RM} -f COPYING; \ ${GZCAT} ${DISTDIR}/regex_cs-lwp9k.shar.gz | ${SH}; \ ${PATCH} < ${PATCHDIR}/regex_cs.c.patch ) + ${TOUCH} ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) |