summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 10:35:50 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 10:35:50 +0000
commit737dafe708e3656e98bac7c0da20992257d23030 (patch)
treec5f95cadb6657e7333b9d9b8005487d4fd11feb7 /time
parent029fc1f82f61c2ac069347bdfb47ff0652edd02a (diff)
downloadpkgsrc-737dafe708e3656e98bac7c0da20992257d23030.tar.gz
Support PKGMANDIR.
Diffstat (limited to 'time')
-rw-r--r--time/tdl/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/time/tdl/Makefile b/time/tdl/Makefile
index 2ad1c6b45a3..3039a402f3f 100644
--- a/time/tdl/Makefile
+++ b/time/tdl/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/07/15 02:02:29 ryoon Exp $
+# $NetBSD: Makefile,v 1.5 2016/04/01 10:35:50 jperkin Exp $
DISTNAME= tdl-1.5.2
PKGREVISION= 1
@@ -9,11 +9,9 @@ MAINTAINER= tonnerre@NetBSD.org
HOMEPAGE= http://www.rpcurnow.force9.co.uk/tdl/
COMMENT= Todo list manager with tons of features
-HAS_CONFIGURE= YES
-CONFIGURE_ARGS= --prefix=${PREFIX}
+HAS_CONFIGURE= YES
+CONFIGURE_ARGS= --prefix=${PREFIX}
+CONFIGURE_ARGS+= --mandir=${PREFIX}/${PKGMANDIR}
-.include "../../mk/bsd.prefs.mk"
-.include "../../mk/compiler.mk"
.include "../../devel/readline/buildlink3.mk"
-
.include "../../mk/bsd.pkg.mk"