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/dvipsk | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/dvipsk')
-rw-r--r-- | print/dvipsk/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/dvipsk/Makefile b/print/dvipsk/Makefile index 908f95d87b0..f4ed5ff7500 100644 --- a/print/dvipsk/Makefile +++ b/print/dvipsk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2012/08/13 20:07:27 minskim Exp $ +# $NetBSD: Makefile,v 1.10 2012/10/08 13:45:37 asau Exp $ DISTNAME= texlive-20120701-source PKGNAME= dvipsk-5.992 @@ -18,8 +18,6 @@ DEPENDS+= tex-dvips>=2011.25424:../../print/tex-dvips EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/dvipsk -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes INFO_FILES= yes USE_LIBTOOL= yes |