diff options
author | obache <obache@pkgsrc.org> | 2008-03-17 12:18:47 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2008-03-17 12:18:47 +0000 |
commit | 373923ed1945df3e861bcd814813cabdb5455586 (patch) | |
tree | 65e83d6841af75c2e3e8a25e9b910d676596da1b /graphics | |
parent | cd390b995b05ed061c4002faf31e7b1c795e6276 (diff) | |
download | pkgsrc-373923ed1945df3e861bcd814813cabdb5455586.tar.gz |
Need DISTFILES difinition, patch also include additional files.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index 914b69d3bec..192f61e709a 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.74 2008/03/17 12:12:45 obache Exp $ +# $NetBSD: Makefile,v 1.75 2008/03/17 12:18:47 obache Exp $ DISTNAME= xv-3.10a PKGREVISION= 13 CATEGORIES= graphics x11 MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ +DISTFILES= ${DEFAULT_DISTFILES} ${PATCHFILES} PATCHFILES= xv-3.10a-jumbo-patches-20070520.tar.gz PATCH_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/} |