diff options
author | flz <flz@FreeBSD.org> | 2005-10-15 22:03:44 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2005-10-15 22:03:44 +0800 |
commit | 556276451e693659144ae11c4c4c6985d4464d15 (patch) | |
tree | fb0b65a85da31c68848ca8e4a55c358687eaab0a /misc | |
parent | 6cbdfa6c4364465f303be8ce862f0cdc080fa4da (diff) | |
download | freebsd-ports-gnome-556276451e693659144ae11c4c4c6985d4464d15.tar.gz freebsd-ports-gnome-556276451e693659144ae11c4c4c6985d4464d15.tar.zst freebsd-ports-gnome-556276451e693659144ae11c4c4c6985d4464d15.zip |
- Fix WRKSRC I broke with last commit.
Noticed by: Alexander Best <arundel@h3c.de>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fortune-mod-bofh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/fortune-mod-bofh/Makefile b/misc/fortune-mod-bofh/Makefile index 19ecd260c7b7..43c160c164bc 100644 --- a/misc/fortune-mod-bofh/Makefile +++ b/misc/fortune-mod-bofh/Makefile @@ -7,7 +7,7 @@ PORTNAME= fortune-mod-bofh PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:freebsd/} \ http://www.void.irq.org/:original @@ -18,6 +18,7 @@ MAINTAINER= onatan@gmail.com COMMENT= Compilation of excuses from the "Bastard Operator From Hell" NO_BUILD= yes +WRKSRC= ${WRKDIR}/bofh-fortune-mod2.0 PKGMESSAGE= ${WRKDIR}/pkg-message |