From 27a114c96586dac58e7b069a6425d0beed514b57 Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 29 Nov 2001 13:27:46 +0000 Subject: Buildlinkify. --- time/titrax/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'time') diff --git a/time/titrax/Makefile b/time/titrax/Makefile index ec72af03829..20de70cfda7 100644 --- a/time/titrax/Makefile +++ b/time/titrax/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/06/04 19:11:57 jtb Exp $ +# $NetBSD: Makefile,v 1.5 2001/11/29 13:27:47 jlam Exp $ # DISTNAME= titrax-1.98 @@ -9,17 +9,18 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.alvestrand.no/domen/titrax/TimeTracker.html COMMENT= Little X11 tool to track project times -USE_IMAKE= yes -USE_PERL5= yes +USE_IMAKE= YES RESTRICTED= "Do not sell for profit" post-patch: ${MV} ${WRKSRC}/Imakefile ${WRKSRC}/Imakefile.bak - ${SED} -e 's|@LOCALBASE@|${LOCALBASE}|g' -e 's|@X11BASE@|${X11PREFIX}|g' \ + ${SED} -e "s|@LOCALBASE@|${LOCALBASE}|g" \ + -e "s|@X11BASE@|${X11PREFIX}|g" \ ${WRKSRC}/Imakefile.bak > ${WRKSRC}/Imakefile pre-install: - ${INSTALL_DATA_DIR} ${X11PREFIX}/libexec/titrax + ${INSTALL_DATA_DIR} ${PREFIX}/libexec/titrax +.include "../../lang/perl5/buildlink.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3