pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/time/catclock Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/49c623b73528
branches:  trunk
changeset: 472676:49c623b73528
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 20:40:15 2004 +0000

description:
Convert to buildlink3.

diffstat:

 time/catclock/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r bdb39ef558ac -r 49c623b73528 time/catclock/Makefile
--- a/time/catclock/Makefile    Sun Apr 11 20:31:02 2004 +0000
+++ b/time/catclock/Makefile    Sun Apr 11 20:40:15 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/07/17 22:54:58 grant Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/11 20:40:15 snj Exp $
 #
 
 DISTNAME=      catclock
@@ -14,7 +14,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Variant of the MIT xclock with a "cat" mode
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_IMAKE=     yes
 
 post-extract:
@@ -22,5 +22,5 @@
        ${MV} ${WRKSRC}/xclock.man ${WRKSRC}/catclock.man
        ${SED} 's/^XClock/Catclock/g' <${WRKSRC}/xclock.ad >${WRKSRC}/Catclock.ad
 
-.include "../../mk/motif.buildlink2.mk"
+.include "../../mk/motif.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index