diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-05 18:09:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-05 18:09:04 +0000 |
commit | 5bcc21ef0818f9fe57b7d9f091f97c8448fd7110 (patch) | |
tree | 9e9f490a4dbdda06b750b0920da330cde1c90f96 /print/tex-ifxetex-doc | |
parent | c5263e77c79eed5606aa6a5e10f4e2f64ba682af (diff) | |
download | pkgsrc-5bcc21ef0818f9fe57b7d9f091f97c8448fd7110.tar.gz |
Update HOMEPAGE, set LICENSE.
XXX: this should be version 0.5 instead of 0.6
Diffstat (limited to 'print/tex-ifxetex-doc')
-rw-r--r-- | print/tex-ifxetex-doc/DESCR | 2 | ||||
-rw-r--r-- | print/tex-ifxetex-doc/Makefile | 6 |
2 files changed, 5 insertions, 3 deletions
diff --git a/print/tex-ifxetex-doc/DESCR b/print/tex-ifxetex-doc/DESCR index a129d989f84..315b6387c6e 100644 --- a/print/tex-ifxetex-doc/DESCR +++ b/print/tex-ifxetex-doc/DESCR @@ -1 +1 @@ -This is documentation for tex-ifxetex. +Documentation for tex-ifxetex. diff --git a/print/tex-ifxetex-doc/Makefile b/print/tex-ifxetex-doc/Makefile index 981326aaa63..c4d53f8825c 100644 --- a/print/tex-ifxetex-doc/Makefile +++ b/print/tex-ifxetex-doc/Makefile @@ -1,12 +1,14 @@ -# $NetBSD: Makefile,v 1.4 2010/09/19 23:00:24 minskim Exp $ +# $NetBSD: Makefile,v 1.5 2015/05/05 18:09:56 wiz Exp $ DISTNAME= ifxetex.doc +# actually, revision 19685 is version 0.5 PKGNAME= tex-${DISTNAME:S/./-/}-0.6 TEXLIVE_REV= 19685 MAINTAINER= reed@reedmedia.net -HOMEPAGE= http://tug.ctan.org/tex-archive/help/Catalogue/entries/ifxetex.html +HOMEPAGE= http://ctan.org/pkg/ifxetex COMMENT= Documentation for tex-ifxetex +LICENSE= lppl-1.3c .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |