diff options
author | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-11 14:23:31 +0000 |
commit | 961419495f9c5b98ac5080ebe6c6302a0bb78ed4 (patch) | |
tree | 9d6701e033b576b45f99e100e3b47abaa0b63b73 /archivers/zoo/Makefile | |
parent | 6d1ae1e18d910d461a5f22bbf097e3dc8a105139 (diff) | |
download | pkgsrc-961419495f9c5b98ac5080ebe6c6302a0bb78ed4.tar.gz |
Sort PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'archivers/zoo/Makefile')
-rw-r--r-- | archivers/zoo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/zoo/Makefile b/archivers/zoo/Makefile index 1fc9e0cf3a4..d6b82f88aaf 100644 --- a/archivers/zoo/Makefile +++ b/archivers/zoo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2007/05/13 16:59:39 taca Exp $ +# $NetBSD: Makefile,v 1.31 2009/02/11 14:23:31 joerg Exp $ DISTNAME= zoo-2.10pl1 PKGNAME= zoo-2.10.1 @@ -12,6 +12,7 @@ COMMENT= Manipulate archives of files in compressed form LICENSE= zoo-license PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR} NO_CONFIGURE= yes |