diff options
author | culot <culot@FreeBSD.org> | 2012-07-21 17:06:31 +0800 |
---|---|---|
committer | culot <culot@FreeBSD.org> | 2012-07-21 17:06:31 +0800 |
commit | 3b28e768079bc94dea0f096804d762d753c60c13 (patch) | |
tree | 09ac6e53383dcdf78712bf96b4358b0ffb2c3d21 | |
parent | 7dc30484653033d008f854b040f42681976b9588 (diff) | |
download | freebsd-ports-gnome-3b28e768079bc94dea0f096804d762d753c60c13.tar.gz freebsd-ports-gnome-3b28e768079bc94dea0f096804d762d753c60c13.tar.zst freebsd-ports-gnome-3b28e768079bc94dea0f096804d762d753c60c13.zip |
- Update MASTER_SITE
- Add WWW link to pkg-descr
PR: ports/170039
Submitted by: nemysis <nemysis@gmx.ch>
-rw-r--r-- | astro/wmsun/Makefile | 4 | ||||
-rw-r--r-- | astro/wmsun/pkg-descr | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 32be64f5bdf3..924635d5055c 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -8,12 +8,14 @@ PORTNAME= wmsun PORTVERSION= 1.03 PORTREVISION= 2 CATEGORIES= astro windowmaker -MASTER_SITES= http://www.dockapps.org/files/16/23/ +MASTER_SITES= http://dockapps.windowmaker.org/download.php/id/23/ DISTNAME= wmSun-1.03 MAINTAINER= ports@FreeBSD.org COMMENT= A dockapp that displays the rise and set time of the sun +FETCH_ARGS= -Fpr + WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_XORG= xext xpm x11 diff --git a/astro/wmsun/pkg-descr b/astro/wmsun/pkg-descr index 8662389ead26..678b9a4ee9b7 100644 --- a/astro/wmsun/pkg-descr +++ b/astro/wmsun/pkg-descr @@ -1 +1,3 @@ A dockapp that displays the rise and set time of the sun. + +WWW: http://dockapps.windowmaker.org/file.php/id/16/ |