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/pilot-link | |
parent | d9e0ee716c4b69145782946e42e059dd705a90e8 (diff) | |
download | pkgsrc-cc9dc8ab360445de413d2453cbc9a27d26e059d5.tar.gz |
pkglint cleanup.
Diffstat (limited to 'comms/pilot-link')
-rw-r--r-- | comms/pilot-link/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
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} && \ |