diff options
author | asau <asau> | 2012-10-03 16:08:30 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 16:08:30 +0000 |
commit | 86965d96c9865379c45bb7ca7ba2f25320698815 (patch) | |
tree | 46fe46b7d33056bf481ec22f064115f708c4b124 /finance/xfinans/Makefile | |
parent | 7b4bf828780f1f10a38b5a01fe84b961ac816eb6 (diff) | |
download | pkgsrc-86965d96c9865379c45bb7ca7ba2f25320698815.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'finance/xfinans/Makefile')
-rw-r--r-- | finance/xfinans/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/xfinans/Makefile b/finance/xfinans/Makefile index a0a4a52e1da..b144280691c 100644 --- a/finance/xfinans/Makefile +++ b/finance/xfinans/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/05/03 09:55:29 obache Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/03 16:10:14 asau Exp $ # DISTNAME= xfinans-5.9 @@ -10,8 +10,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.io.com/~acroyear/xfinans/ COMMENT= Xfinans is a useful financial tracking, and account balancing tool -PKG_DESTDIR_SUPPORT= user-destdir - DEPENDS+= gnuplot>=3.7:../../graphics/gnuplot WRKSRC= ${WRKDIR}/Xfinans |