diff options
Diffstat (limited to 'net/speedtouch/Makefile')
-rw-r--r-- | net/speedtouch/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/speedtouch/Makefile b/net/speedtouch/Makefile index bc1a21f927b..3950ec647d5 100644 --- a/net/speedtouch/Makefile +++ b/net/speedtouch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/07/27 18:48:03 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2007/01/24 17:44:02 rillig Exp $ DISTNAME= speedtouch-1.3.1 PKGREVISION= 4 @@ -37,6 +37,8 @@ PLIST_SUBST+= PPPOA3="@comment " CONFIGURE_ENV+= ac_cv_lib_pthread_pthread_create=no .endif +CHECK_PORTABILITY_SKIP+= doc-linux/* + pre-extract: ${MKDIR} ${WRKDIR}/firmware |