summaryrefslogtreecommitdiff
path: root/time/titrax
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-11-29 13:27:46 +0000
committerjlam <jlam@pkgsrc.org>2001-11-29 13:27:46 +0000
commit113f69d713cab56a1bf53b53eea039907e9af022 (patch)
treedbde5d4512ff11290c2abd5127715d537f0ac0d4 /time/titrax
parent1ebd2ec5dbef3065334bbdd3b65edf1d6f33f69d (diff)
downloadpkgsrc-113f69d713cab56a1bf53b53eea039907e9af022.tar.gz
Buildlinkify.
Diffstat (limited to 'time/titrax')
-rw-r--r--time/titrax/Makefile11
1 files changed, 6 insertions, 5 deletions
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"