summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2009-03-01 19:17:45 +0000
committerjoerg <joerg>2009-03-01 19:17:45 +0000
commit060a08aa98988edaf2c8c9cb89276d7e385b9233 (patch)
tree4a92a0c04c42545676ccabead4b1ac2127fea22b /textproc
parentbafcf1769dbfb9051e2ff77709d84840844764b3 (diff)
downloadpkgsrc-060a08aa98988edaf2c8c9cb89276d7e385b9233.tar.gz
DESTDIR support.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/mdocml/Makefile7
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"