diff options
author | snj <snj> | 2004-04-11 20:40:15 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-11 20:40:15 +0000 |
commit | 51d36aa558aae136b3392f75b348a123f5160db6 (patch) | |
tree | 36d6f1251c4324dba6889edbb26a2e80717fbcc6 /time | |
parent | 0abe575978496df682bad71486e9123647e03bd8 (diff) | |
download | pkgsrc-51d36aa558aae136b3392f75b348a123f5160db6.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'time')
-rw-r--r-- | time/catclock/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/time/catclock/Makefile b/time/catclock/Makefile index 4c32c398856..81f3baef9d6 100644 --- a/time/catclock/Makefile +++ b/time/catclock/Makefile @@ -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 @@ EXTRACT_SUFX= .zip MAINTAINER= tech-pkg@NetBSD.org 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 @@ post-extract: ${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" |