diff options
Diffstat (limited to 'misc/ari-yahoo/Makefile')
-rw-r--r-- | misc/ari-yahoo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/misc/ari-yahoo/Makefile b/misc/ari-yahoo/Makefile index c0b692115e42..c1dc526c6faa 100644 --- a/misc/ari-yahoo/Makefile +++ b/misc/ari-yahoo/Makefile @@ -6,13 +6,14 @@ # PORTNAME= ari-yahoo -PORTVERSION= 1.4.1 +PORTVERSION= 1.9 CATEGORIES= misc -MASTER_SITES= http://lusis.org/~ari/yahoo/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= greid@ukug.uk.freebsd.org -HAS_CONFIGURE= yes +GNU_CONFIGURE= yes USE_GMAKE= yes .include <bsd.port.mk> |