diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:06:11 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2006-08-15 08:06:11 +0800 |
commit | 7ccfc97f937d3adfd3752c11d9b72dc8cc21b57d (patch) | |
tree | 31c93b2810d260bd09d681e2ab2e7883c3a8bf01 /mail/gmime2-sharp/Makefile | |
parent | 0118d74dfd3748763455e4fbbe506489f9fa095c (diff) | |
download | freebsd-ports-gnome-7ccfc97f937d3adfd3752c11d9b72dc8cc21b57d.tar.gz freebsd-ports-gnome-7ccfc97f937d3adfd3752c11d9b72dc8cc21b57d.tar.zst freebsd-ports-gnome-7ccfc97f937d3adfd3752c11d9b72dc8cc21b57d.zip |
Do REINPLACE_CMD in pre-configure because master port has a post-patch target
already.
Notified by: marcus
Diffstat (limited to 'mail/gmime2-sharp/Makefile')
-rw-r--r-- | mail/gmime2-sharp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/gmime2-sharp/Makefile b/mail/gmime2-sharp/Makefile index 1fe0e33d781d..4ea89266e2db 100644 --- a/mail/gmime2-sharp/Makefile +++ b/mail/gmime2-sharp/Makefile @@ -31,7 +31,8 @@ LATEST_LINK= gmime2-sharp # Else we conflict with mail/gmime2 NOPORTDOCS= yes -post-patch: +# Done in pre-configure because master port has a post-patch target already. +pre-configure: @${REINPLACE_CMD} -e 's|.@GMIME_VERSION@||g' \ ${WRKSRC}/mono/gmime-sharp.dll.config.in |