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/lgrind | |
parent | 3b8da90026df2ccd43cc08a86f8d8a228bb0295e (diff) | |
download | pkgsrc-6a713e7992c0a34673596f73cab989f61ae45998.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index c169538182e..7057da97d7b 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2011/10/18 23:25:50 minskim Exp $ +# $NetBSD: Makefile,v 1.34 2012/10/08 13:45:41 asau Exp $ DISTNAME= lgrind PKGNAME= lgrind-3.5 @@ -13,8 +13,6 @@ COMMENT= Source pretty printer for LaTeX BUILD_DEPENDS+= tex-tools-[0-9]*:../../print/tex-tools DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -PKG_DESTDIR_SUPPORT= user-destdir - WRKSRC= ${WRKDIR}/lgrind NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL NO_CONFIGURE= yes |