diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-06 22:13:47 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-06 22:13:47 +0800 |
commit | 9761eafa82bd4be4e4f486f79b6737de5939b588 (patch) | |
tree | 6b37e11d3b84cbaa85b6ebc7b291cca13d6c71ad /ftp/puf/Makefile | |
parent | d4c05a36fe739d5d1cd396bf0c37995045baa81e (diff) | |
download | freebsd-ports-gnome-9761eafa82bd4be4e4f486f79b6737de5939b588.tar.gz freebsd-ports-gnome-9761eafa82bd4be4e4f486f79b6737de5939b588.tar.zst freebsd-ports-gnome-9761eafa82bd4be4e4f486f79b6737de5939b588.zip |
upgrade to 0.9 beta6a and change master site
Submitted by: Tobias Reifenberger <treif@mayn.de>
Diffstat (limited to 'ftp/puf/Makefile')
-rw-r--r-- | ftp/puf/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ftp/puf/Makefile b/ftp/puf/Makefile index 2a59f9c7603c..c1164869c33a 100644 --- a/ftp/puf/Makefile +++ b/ftp/puf/Makefile @@ -7,15 +7,14 @@ # PORTNAME= puf -PORTVERSION= 0.91b6 +PORTVERSION= 0.91b6a CATEGORIES= ftp -MASTER_SITES= http://www.inf.tu-dresden.de/cgi-bin/cgiwrap/ob6/get/ -DISTNAME= ${PORTNAME} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:S/b/beta/} MAINTAINER= ijliao@FreeBSD.org -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/b/beta/} - GNU_CONFIGURE= yes GMAKE= yes |