summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorwiz <wiz>2007-11-30 18:16:43 +0000
committerwiz <wiz>2007-11-30 18:16:43 +0000
commitb6249a089efe2420a1b95b2c7031bd61c88dc276 (patch)
tree5ac9bcb011158751fa8ddb9bad611d9146eda405 /comms
parent6681bc4a423cfdd691dd01aac441d814dc65ccd5 (diff)
downloadpkgsrc-b6249a089efe2420a1b95b2c7031bd61c88dc276.tar.gz
pkglint cleanup.
Diffstat (limited to 'comms')
-rw-r--r--comms/pilot-link-libs/Makefile6
-rw-r--r--comms/pilot-link/Makefile7
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} && \