pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-info Use BUILD_DIRS instead of manual ru...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58bc6ef95be6
branches:  trunk
changeset: 520877:58bc6ef95be6
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Wed Nov 01 08:59:03 2006 +0000

description:
Use BUILD_DIRS instead of manual rules.

diffstat:

 devel/libtool-info/Makefile |  8 ++------
 1 files changed, 2 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 27b6345fb2b4 -r 58bc6ef95be6 devel/libtool-info/Makefile
--- a/devel/libtool-info/Makefile       Wed Nov 01 08:58:27 2006 +0000
+++ b/devel/libtool-info/Makefile       Wed Nov 01 08:59:03 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2006/03/31 05:37:08 jlam Exp $
+# $NetBSD: Makefile,v 1.17 2006/11/01 08:59:03 joerg Exp $
 #
 
 .include "../../devel/libtool/Makefile.common"
@@ -13,10 +13,6 @@
 USE_TOOLS+=    makeinfo
 INFO_FILES=    # PLIST
 
-do-build:
-       cd ${WRKSRC}/doc ; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM}
-
-do-install:
-       cd ${WRKSRC}/doc ; ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install
+BUILD_DIRS=    doc
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index