diff options
author | pav <pav@FreeBSD.org> | 2009-07-08 20:57:19 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-07-08 20:57:19 +0800 |
commit | e6a0a44dbd963e84016d02e7cb852ef3e131e3ff (patch) | |
tree | 188ad34e0d4a9f4be40e312cdd550e87571f3e69 /print | |
parent | 512a2b5db39081d6521be25d63b71cfe79851623 (diff) | |
download | freebsd-ports-gnome-e6a0a44dbd963e84016d02e7cb852ef3e131e3ff.tar.gz freebsd-ports-gnome-e6a0a44dbd963e84016d02e7cb852ef3e131e3ff.tar.zst freebsd-ports-gnome-e6a0a44dbd963e84016d02e7cb852ef3e131e3ff.zip |
- Fix fetching by mirroring the distfile on FreeBSD.org
- Give maintainership to the submitter
PR: ports/136445
Submitted by: Dereckson <dereckson@gmail.com>
Diffstat (limited to 'print')
-rw-r--r-- | print/lgrind/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 93b1eb9934c9..043e27b74710 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -9,9 +9,8 @@ PORTNAME= lgrind PORTVERSION= 3.67 PORTREVISION= 2 CATEGORIES= print -#MASTER_SITES= ftp://ftp.dante.de/tex-archive/support/ \ -MASTER_SITES= ${MASTER_SITE_TEX_CTAN} -MASTER_SITE_SUBDIR=support +MASTER_SITES= LOCAL/pav + DISTNAME= ${PORTNAME} DISTFILES= ${PORTNAME}/source/Makefile \ ${PORTNAME}/source/README \ @@ -36,14 +35,12 @@ DISTFILES= ${PORTNAME}/source/Makefile \ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${PORTNAME}.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dereckson@gmail.com COMMENT= Produce beautiful listings of source code with LaTeX BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -BROKEN= does not fetch - MAN1= lgrind.1 MAN5= lgrindef.5 MANCOMPRESSED= yes |