aboutsummaryrefslogtreecommitdiffstats
path: root/mail/balsa2
diff options
context:
space:
mode:
authoradamw <adamw@FreeBSD.org>2003-06-12 17:46:09 +0800
committeradamw <adamw@FreeBSD.org>2003-06-12 17:46:09 +0800
commitaaf166713559a44a8e20404e1e6eb14e1758a66b (patch)
tree001522fb512c55afb05368bed1bedb1a54f687a4 /mail/balsa2
parentbdac09a776abef8765f436443280f4aa3ba8ca0f (diff)
downloadfreebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz
freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.zst
freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'mail/balsa2')
-rw-r--r--mail/balsa2/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/mail/balsa2/Makefile b/mail/balsa2/Makefile
index 4d2db5c4b6ab..b1ddd612b9a1 100644
--- a/mail/balsa2/Makefile
+++ b/mail/balsa2/Makefile
@@ -47,9 +47,4 @@ LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme
CONFIGURE_ARGS+= --enable-gpgme
.endif
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' \
- ${WRKSRC}/configure ${WRKSRC}/libmutt/configure
-
.include <bsd.port.mk>