aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2011-01-16 05:01:54 +0800
committersunpoet <sunpoet@FreeBSD.org>2011-01-16 05:01:54 +0800
commit2ee2efb1cd0a92421615dd93c7d371efd028b1eb (patch)
treef61de4e02f03dcecc38394d7b199112105572357 /net
parent0f6c1baa5fe52ef468021089495b7f99bb166824 (diff)
downloadfreebsd-ports-gnome-2ee2efb1cd0a92421615dd93c7d371efd028b1eb.tar.gz
freebsd-ports-gnome-2ee2efb1cd0a92421615dd93c7d371efd028b1eb.tar.zst
freebsd-ports-gnome-2ee2efb1cd0a92421615dd93c7d371efd028b1eb.zip
- Use bsd.port.mk
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r--net/tintin++/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/tintin++/Makefile b/net/tintin++/Makefile
index 6233189c0e51..260513dca59c 100644
--- a/net/tintin++/Makefile
+++ b/net/tintin++/Makefile
@@ -31,8 +31,6 @@ DOCS= CREDITS FAQ README SCRIPTS TODO \
PLIST_FILES= bin/tt++
PORTDOCS= ${DOCS:T}
-.include <bsd.port.pre.mk>
-
post-configure:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/Makefile
@@ -43,4 +41,4 @@ do-install:
@cd ${WRKSRC}/.. && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>