diff options
author | joerg <joerg> | 2007-08-09 13:29:33 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-08-09 13:29:33 +0000 |
commit | 4412a01e5394e7f167ff4a0b29769c9d5f33e93c (patch) | |
tree | 16c69289ba7319a4e10a3fbb9b2568618cae5739 /textproc/py-textile | |
parent | 73d531b8fd9d1e3bc7e3c017e00455e0e4b238a2 (diff) | |
download | pkgsrc-4412a01e5394e7f167ff4a0b29769c9d5f33e93c.tar.gz |
Supports DESTDIR installation.
Diffstat (limited to 'textproc/py-textile')
-rw-r--r-- | textproc/py-textile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-textile/Makefile b/textproc/py-textile/Makefile index ef70db1bb99..f8e5f11291d 100644 --- a/textproc/py-textile/Makefile +++ b/textproc/py-textile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2006/06/04 12:06:00 joerg Exp $ +# $NetBSD: Makefile,v 1.7 2007/08/09 13:29:33 joerg Exp $ # DISTNAME= textile-2 @@ -11,6 +11,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dealmeida.net/projects/textile/ COMMENT= XHTML generator using a simple markup +PKG_DESTDIR_SUPPORT= user-destdir + PYDISTUTILSPKG= yes NO_CONFIGURE= yes PYTHON_VERSIONS_ACCEPTED= 24 23 22 |