diff options
author | lofi <lofi@FreeBSD.org> | 2005-08-03 23:15:40 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-08-03 23:15:40 +0000 |
commit | 3426a57c23be148b1c65c1be5fce2704d61e4aff (patch) | |
tree | c649508a2529a3ab48ce89953620d0eb3a297dcf /editors/koffice-kde4 | |
parent | 3f10f7c24d263ef33c8c4041ce16c2f229d13a0e (diff) | |
download | FreeBSD-ports-3426a57c23be148b1c65c1be5fce2704d61e4aff.zip FreeBSD-ports-3426a57c23be148b1c65c1be5fce2704d61e4aff.tar.gz |
Don't try to invoke autoheader during build stage.
Approved by: portmgr (krion)
Diffstat (limited to 'editors/koffice-kde4')
-rw-r--r-- | editors/koffice-kde4/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/koffice-kde4/Makefile b/editors/koffice-kde4/Makefile index 57cef35..135f4b7 100644 --- a/editors/koffice-kde4/Makefile +++ b/editors/koffice-kde4/Makefile @@ -47,10 +47,8 @@ USE_PYTHON= yes EXTRA_PATCHES= ${PATCHDIR}/extrapatch-kexi-main-keximainwindowimpl.cpp .endif -#post-patch: -# @env TZ=UTC ${TOUCH} -t 200506221316 ${WRKSRC}/subdirs ${WRKSRC}/Makefile.am \ -# ${WRKSRC}/configure.files ${WRKSRC}/configure.in \ -# ${WRKSRC}/acinclude.m4 ${WRKSRC}/aclocal.m4 +post-patch: + @env TZ=UTC ${TOUCH} -t 200507191955.36 ${WRKSRC}/config.h.in post-configure: .if ${OSVERSION} < 500035 |