From 3e422985694ab75009b42e829e7538310b49c8ee Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 1 Mar 2009 19:17:45 +0000 Subject: DESTDIR support. --- textproc/mdocml/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/textproc/mdocml/Makefile b/textproc/mdocml/Makefile index 88ce5eecd61..3e54033a4c2 100644 --- a/textproc/mdocml/Makefile +++ b/textproc/mdocml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/03/01 15:19:49 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2009/03/01 19:17:45 joerg Exp $ DISTNAME= mdocml-1.3.13 CATEGORIES= devel @@ -8,4 +8,9 @@ MAINTAINER= kristaps@kth.se HOMEPAGE= http://mdocml.bsd.lv/ COMMENT= mdoc macro compiler +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALL_MAKE_FLAGS= PREFIX=${DESTDIR}${PREFIX} +INSTALLATION_DIRS= man/man3 + .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3