diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-06 14:13:47 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-06 14:13:47 +0000 |
commit | 9d8992321bbdf966aa3c6b86c2ab3cebb173d456 (patch) | |
tree | 827683086cd3ebfef1b9deec7e25ebe1487779f8 /ftp/puf/Makefile | |
parent | 2d1ee302c2b88554803ab612e758157a71124d68 (diff) |
Notes
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 |