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/tex-foiltex/Makefile | |
parent | 3668dc06e6086a5f5bd43edb61963501d1ec410f (diff) | |
download | pkgsrc-e613b3f0efa03dae6065d04e7620c6c9e43a68a1.tar.gz |
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
Diffstat (limited to 'print/tex-foiltex/Makefile')
-rw-r--r-- | print/tex-foiltex/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/tex-foiltex/Makefile b/print/tex-foiltex/Makefile index 27fe1aa0f8b..864038dc15e 100644 --- a/print/tex-foiltex/Makefile +++ b/print/tex-foiltex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/10/18 22:40:33 minskim Exp $ +# $NetBSD: Makefile,v 1.12 2012/10/08 13:45:47 asau Exp $ DISTNAME= # empty PKGNAME= tex-foiltex-2.1.4a @@ -15,8 +15,6 @@ LICENSE= foiltex-license DEPENDS+= tex-latex-[0-9]*:../../print/tex-latex DEPENDS+= tex-latex-bin-[0-9]*:../../print/tex-latex-bin -PKG_DESTDIR_SUPPORT= user-destdir - RESTRICTED= May not be redistributed for profit NO_BIN_ON_CDROM=${RESTRICTED} NO_SRC_ON_CDROM=${RESTRICTED} |