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/ptexenc/Makefile | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/ptexenc/Makefile')
-rw-r--r-- | print/ptexenc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/ptexenc/Makefile b/print/ptexenc/Makefile index 33df696dcd9..ff255d2eee4 100644 --- a/print/ptexenc/Makefile +++ b/print/ptexenc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2012/07/10 22:33:54 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2012/10/08 13:45:45 asau Exp $ DISTNAME= texlive-20120701-source PKGNAME= ptexenc-1.3.0 @@ -14,8 +14,6 @@ LICENSE= modified-bsd EXTRACT_ELEMENTS= ${DISTNAME}/build-aux \ ${DISTNAME}/texk/ptexenc -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes WRKSRC= ${WRKDIR}/${DISTNAME}/texk/ptexenc |