diff options
Diffstat (limited to 'x11/gvid/Makefile')
-rw-r--r-- | x11/gvid/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gvid/Makefile b/x11/gvid/Makefile index 35909a8d21d1..079b125135a8 100644 --- a/x11/gvid/Makefile +++ b/x11/gvid/Makefile @@ -8,10 +8,12 @@ PORTNAME= gvid PORTVERSION= 0.3 CATEGORIES= x11 gnome -MASTER_SITES= ftp://ftp.debian.org/debian/pool/main/g/gvid/ +MASTER_SITES= ${MASTER_SITE_DEBIAN} +MASTER_SITE_SUBDIR= pool/main/g/gvid DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +COMMENT= Gnome applet to change video resolution WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.orig |