diff options
author | danw <danw@pkgsrc.org> | 2003-11-10 03:06:12 +0000 |
---|---|---|
committer | danw <danw@pkgsrc.org> | 2003-11-10 03:06:12 +0000 |
commit | fe7fed4c172e9d5fbd26bce03184da045871b6ff (patch) | |
tree | 246eb36c4e277b4381ff5924756f5bebd0f5f512 /print/transfig/Makefile | |
parent | 71ba5a3368eeee051787adccdb77530fca50590b (diff) | |
download | pkgsrc-fe7fed4c172e9d5fbd26bce03184da045871b6ff.tar.gz |
Remove MASTER_SITE_XCONTRIB from the MASTER_SITES, since 3.2.4 is not
actually available on any of the xcontrib mirrors.
Patch out a varargs.h include because newer gccs consider it an error (and
it wasn't needed anyway)
Diffstat (limited to 'print/transfig/Makefile')
-rw-r--r-- | print/transfig/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/transfig/Makefile b/print/transfig/Makefile index 007dad5cd7e..d8792cd848f 100644 --- a/print/transfig/Makefile +++ b/print/transfig/Makefile @@ -1,12 +1,11 @@ -# $NetBSD: Makefile,v 1.22 2003/09/05 10:49:39 martti Exp $ +# $NetBSD: Makefile,v 1.23 2003/11/10 03:06:12 danw Exp $ # DISTNAME= transfig.3.2.4 PKGNAME= transfig-3.2.4 PKGREVISION= 1 CATEGORIES= graphics print -MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/drawing_tools/transfig/} \ - ftp://epb.lbl.gov/xfig/ +MASTER_SITES= ftp://epb.lbl.gov/xfig/ MAINTAINER= root@garbled.net COMMENT= TeX document creation tool utilizing portable graphics |