diff options
author | joerg <joerg@pkgsrc.org> | 2009-03-01 19:17:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-03-01 19:17:45 +0000 |
commit | 3e422985694ab75009b42e829e7538310b49c8ee (patch) | |
tree | 4a92a0c04c42545676ccabead4b1ac2127fea22b /textproc | |
parent | d012ed97ac1c7d4b43b0b2c630fa159f020f8a1d (diff) | |
download | pkgsrc-3e422985694ab75009b42e829e7538310b49c8ee.tar.gz |
DESTDIR support.
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" |