pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms pkglint cleanup.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/697e17d76192
branches:  trunk
changeset: 535954:697e17d76192
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Nov 30 18:16:43 2007 +0000

description:
pkglint cleanup.

diffstat:

 comms/pilot-link-libs/Makefile |  6 ++----
 comms/pilot-link/Makefile      |  7 ++-----
 2 files changed, 4 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 91dea95a6f0a -r 697e17d76192 comms/pilot-link-libs/Makefile
--- a/comms/pilot-link-libs/Makefile    Fri Nov 30 18:14:46 2007 +0000
+++ b/comms/pilot-link-libs/Makefile    Fri Nov 30 18:16:43 2007 +0000
@@ -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 @@
 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 -r 91dea95a6f0a -r 697e17d76192 comms/pilot-link/Makefile
--- a/comms/pilot-link/Makefile Fri Nov 30 18:14:46 2007 +0000
+++ b/comms/pilot-link/Makefile Fri Nov 30 18:16:43 2007 +0000
@@ -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-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} &&                                                 \



Home | Main Index | Thread Index | Old Index