diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 18:28:15 +0000 |
commit | 56609fe54ab6759c6d02d49af04d4592d98c149b (patch) | |
tree | a10f1215666edf2ae6a29dce6f9dc6da3884375e /fonts/ps2pkm | |
parent | 0eb95214772e80610fec9929ec27d6e90a1e8db6 (diff) | |
download | pkgsrc-56609fe54ab6759c6d02d49af04d4592d98c149b.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'fonts/ps2pkm')
-rw-r--r-- | fonts/ps2pkm/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fonts/ps2pkm/Makefile b/fonts/ps2pkm/Makefile index 31bcee34cd6..788b78e6d85 100644 --- a/fonts/ps2pkm/Makefile +++ b/fonts/ps2pkm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/07/28 04:53:03 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/03 18:28:29 asau Exp $ DISTNAME= texlive-20110705-source PKGNAME= ps2pkm-1.5 @@ -17,8 +17,6 @@ DEPENDS+= kpathsea>=6.0.1:../../print/kpathsea EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/ps2pkm -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ps2pkm |