diff options
author | asau <asau> | 2012-10-08 13:45:34 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-08 13:45:34 +0000 |
commit | 6a713e7992c0a34673596f73cab989f61ae45998 (patch) | |
tree | c6c2a7d0dcfbf3fe47fb535203593b8ea862fb85 /print/tex-shadethm | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/tex-shadethm')
-rw-r--r-- | print/tex-shadethm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex-shadethm/Makefile b/print/tex-shadethm/Makefile index e8ec642fb14..a5a90b6b69e 100644 --- a/print/tex-shadethm/Makefile +++ b/print/tex-shadethm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2012/09/12 16:00:31 is Exp $ +# $NetBSD: Makefile,v 1.2 2012/10/08 13:45:48 asau Exp $ DISTNAME= shadethm PKGNAME= tex-${DISTNAME}-20101030 @@ -13,8 +13,6 @@ COMMENT= Theorem environments that are shaded. 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/shadethm \ |