diff options
author | bjs <bjs> | 2008-06-13 05:01:23 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-06-13 05:01:23 +0000 |
commit | 4a96250d0941d0304da613037689a6df7fe88187 (patch) | |
tree | fd7c8c1d125b93923e675be2968834187fd78aa6 /devel/tailor/Makefile | |
parent | 98105dd45a84f2cbed44c419ae57c973cab3722c (diff) | |
download | pkgsrc-4a96250d0941d0304da613037689a6df7fe88187.tar.gz |
Update to version 0.9.35. I can't locate a ChangeLog, but there probably
have been a decent amount of bug fixes. ;)
While here, add user-destdir support and switch to AUTO_MKDIRS.
Diffstat (limited to 'devel/tailor/Makefile')
-rw-r--r-- | devel/tailor/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/devel/tailor/Makefile b/devel/tailor/Makefile index 603e209d392..8d24e88f011 100644 --- a/devel/tailor/Makefile +++ b/devel/tailor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/04/25 20:39:09 joerg Exp $ +# $NetBSD: Makefile,v 1.13 2008/06/13 05:01:23 bjs Exp $ # -DISTNAME= tailor-0.9.31 +DISTNAME= tailor-0.9.35 CATEGORIES= devel scm MASTER_SITES= http://darcs.arstecnica.it/ @@ -9,15 +9,16 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://wiki.darcs.net/DarcsWiki/Tailor COMMENT= Tool to migrate changesets between various version control systems +PKG_DESTDIR_SUPPORT= user-destdir + #LICENSE= GPLv3 PYDISTUTILSPKG= yes - PYTHON_PATCH_SCRIPTS= tailor -INSTALLATION_DIRS= share/doc/tailor +AUTO_MKDIRS= yes post-install: - ${INSTALL_DATA} ${WRKSRC}/README* ${PREFIX}/share/doc/tailor + ${INSTALL_DATA} ${WRKSRC}/README* ${DESTDIR}${PREFIX}/share/doc/tailor .include "../../lang/python/extension.mk" .include "../../lang/python/application.mk" |