diff options
author | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-08 13:45:34 +0000 |
commit | e613b3f0efa03dae6065d04e7620c6c9e43a68a1 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/kbibtex | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/kbibtex')
-rw-r--r-- | print/kbibtex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/kbibtex/Makefile b/print/kbibtex/Makefile index c5584204995..16900cdcd75 100644 --- a/print/kbibtex/Makefile +++ b/print/kbibtex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2012/10/03 21:57:18 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2012/10/08 13:45:40 asau Exp $ DISTNAME= kbibtex-0.4 PKGREVISION= 7 @@ -11,8 +11,6 @@ HOMEPAGE= http://home.gna.org/kbibtex/ COMMENT= BibTeX editor for KDE LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - BUILD_DEPENDS+= automoc4>=0.9.87:../../devel/automoc4 USE_TOOLS+= perl msgfmt |