diff options
author | wiz <wiz@pkgsrc.org> | 2007-11-30 18:16:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-11-30 18:16:43 +0000 |
commit | cc9dc8ab360445de413d2453cbc9a27d26e059d5 (patch) | |
tree | 5ac9bcb011158751fa8ddb9bad611d9146eda405 /comms | |
parent | d9e0ee716c4b69145782946e42e059dd705a90e8 (diff) | |
download | pkgsrc-cc9dc8ab360445de413d2453cbc9a27d26e059d5.tar.gz |
pkglint cleanup.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/pilot-link-libs/Makefile | 6 | ||||
-rw-r--r-- | comms/pilot-link/Makefile | 7 |
2 files changed, 4 insertions, 9 deletions
diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 0006cf07046..de18935af49 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/10/16 23:56:02 tnn Exp $ +# $NetBSD: Makefile,v 1.19 2007/11/30 18:16:43 wiz Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -15,9 +15,7 @@ MAKE_ENV+= PICCLIB="libcc/libpicc.a" CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" .endif -BUILD_DIRS= ${WRKSRC}/include -BUILD_DIRS+= ${WRKSRC}/libpisock -BUILD_DIRS+= ${WRKSRC}/libpisync +BUILD_DIRS= include libpisock libpisync .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" diff --git a/comms/pilot-link/Makefile b/comms/pilot-link/Makefile index e7e982b384e..eaed9e0632d 100644 --- a/comms/pilot-link/Makefile +++ b/comms/pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.46 2007/01/26 01:26:46 markd Exp $ +# $NetBSD: Makefile,v 1.47 2007/11/30 18:17:11 wiz Exp $ .include "../../comms/pilot-link/Makefile.common" @@ -14,10 +14,7 @@ CONFIGURE_ARGS+= --with-libpng CONFIGURE_ARGS+= --with-readline CONFIGURE_ARGS+= --enable-conduits -BUILD_DIRS= ${WRKSRC}/src -BUILD_DIRS+= ${WRKSRC}/bindings -BUILD_DIRS+= ${WRKSRC}/doc -BUILD_DIRS+= ${WRKSRC}/tests +BUILD_DIRS= src bindings doc tests post-patch: cd ${WRKSRC} && \ |