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/tex-splitbib | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/tex-splitbib')
-rw-r--r-- | print/tex-splitbib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex-splitbib/Makefile b/print/tex-splitbib/Makefile index b3daa6f77f8..7178b00136f 100644 --- a/print/tex-splitbib/Makefile +++ b/print/tex-splitbib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/01/29 11:55:42 cheusov Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:48 asau Exp $ DISTNAME= splitbib PKGNAME= tex-${DISTNAME}-20051222 @@ -12,8 +12,6 @@ COMMENT= Split and reorder your bibliography DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -PKG_DESTDIR_SUPPORT= user-destdir - NO_BUILD= yes INSTALLATION_DIRS= share/texmf-dist/doc/latex/splitbib \ |