diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-15 21:01:54 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-01-15 21:01:54 +0000 |
commit | 2ca348dd6eb0d9ebf5b9716b3ce73ab27b409502 (patch) | |
tree | afd0e67a3b01908cbfca497b5b44860dcc8ddfce /net/tintin++ | |
parent | b69f26b116df8d16a07d9ace8480ef87600f3d39 (diff) | |
download | ports-2ca348dd6eb0d9ebf5b9716b3ce73ab27b409502.tar.gz ports-2ca348dd6eb0d9ebf5b9716b3ce73ab27b409502.zip |
- Use bsd.port.mk
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=267857
Diffstat (limited to 'net/tintin++')
-rw-r--r-- | net/tintin++/Makefile | 4 |
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> |