diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/mdocml/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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" |