diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 22:28:32 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2005-10-13 22:28:32 +0000 |
commit | a99624089153c750220f5893555512920cb899bd (patch) | |
tree | 56be893b90edbcc7b3a42940c581525bd57faecd /misc/fortune-mod-bofh | |
parent | 1f4e44d19cc226079aaf614d627ded37d4d7186d (diff) | |
download | ports-a99624089153c750220f5893555512920cb899bd.tar.gz ports-a99624089153c750220f5893555512920cb899bd.zip |
Notes
Diffstat (limited to 'misc/fortune-mod-bofh')
-rw-r--r-- | misc/fortune-mod-bofh/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/misc/fortune-mod-bofh/Makefile b/misc/fortune-mod-bofh/Makefile index 2713777aee6c..19ecd260c7b7 100644 --- a/misc/fortune-mod-bofh/Makefile +++ b/misc/fortune-mod-bofh/Makefile @@ -7,18 +7,16 @@ PORTNAME= fortune-mod-bofh PORTVERSION= 2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc -MASTER_SITES= http://www.void.irq.org/ -DISTNAME= bofh-fortune-mod${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:freebsd/} \ + http://www.void.irq.org/:original +MASTER_SITE_SUBDIR= flz/${PORTNAME}/:freebsd +DISTFILES= bofh-fortune-mod${PORTVERSION}${EXTRACT_SUFX}:original,freebsd MAINTAINER= onatan@gmail.com COMMENT= Compilation of excuses from the "Bastard Operator From Hell" -BROKEN= "mastersite unreachable" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - NO_BUILD= yes PKGMESSAGE= ${WRKDIR}/pkg-message |