diff options
author | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-31 11:16:30 +0000 |
commit | 1685739ccc9eb6e697991f0019416acfec93db43 (patch) | |
tree | 6eb09c25220d76b18e8b9066167d5ee3c96a3712 /devel/mantis | |
parent | ef0bf07a7d80918eb75556520666d60cd2dde6d1 (diff) | |
download | pkgsrc-1685739ccc9eb6e697991f0019416acfec93db43.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'devel/mantis')
-rw-r--r-- | devel/mantis/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/mantis/Makefile b/devel/mantis/Makefile index 7d6fc66f9fe..f6cfc646ea5 100644 --- a/devel/mantis/Makefile +++ b/devel/mantis/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2012/02/02 09:59:39 hans Exp $ +# $NetBSD: Makefile,v 1.39 2012/10/31 11:17:28 asau Exp $ DISTNAME= mantisbt-1.1.7 PKGNAME= ${DISTNAME:S/mantisbt/mantis/} @@ -13,8 +13,6 @@ COMMENT= PHP/MySQL/web based bugtracking system DEPENDS+= ${APACHE_PKG_PREFIX}-${PHP_PKG_PREFIX}>=4.0.6:../../www/ap-php DEPENDS+= ${PHP_PKG_PREFIX}-mysql>=4.0.6:../../databases/php-mysql -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= YES USE_TOOLS+= pax |