diff options
author | drochner <drochner@pkgsrc.org> | 2002-10-25 11:33:32 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2002-10-25 11:33:32 +0000 |
commit | 5484d7efa6ebdae80544b18cb2d9784c9568223f (patch) | |
tree | f46b905e65adf6c1ff951416ddb6330e45e319aa /time/pcal/Makefile | |
parent | d0530fe5f1a01b8c365a8453dbf5a44ada33e927 (diff) | |
download | pkgsrc-5484d7efa6ebdae80544b18cb2d9784c9568223f.tar.gz |
the original master site went out of business - switch to something
which calls itself "temporary home"
Diffstat (limited to 'time/pcal/Makefile')
-rw-r--r-- | time/pcal/Makefile | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/time/pcal/Makefile b/time/pcal/Makefile index a1bf0a5b4c2..c22f4924453 100644 --- a/time/pcal/Makefile +++ b/time/pcal/Makefile @@ -1,20 +1,16 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:32:06 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/10/25 11:33:32 drochner Exp $ # -DISTNAME= pcal_4_7_tar_Z -PKGNAME= pcal-4.7 -WRKSRC= ${WRKDIR}/pcal.4.7 +DISTNAME= pcal-4.7 CATEGORIES= time -MASTER_SITES= http://www.geocities.com/SunsetStrip/Palms/5555/PS/ -EXTRACT_SUFX= .txt +MASTER_SITES= http://membled.com/work/mirror/pcal/ +EXTRACT_SUFX= .tar.bz2 MAINTAINER= kei@netbsd.org -HOMEPAGE= http://www.geocities.com/SunsetStrip/Palms/5555/PS/index.html +# pcal's home used to be http://www.geocities.com/SunsetStrip/Palms/5555/PS/ +HOMEPAGE= http://membled.com/work/mirror/pcal/ COMMENT= PostScript calendar program -UUDECODE?= uudecode -p -EXTRACT_CMD= ${CAT} ${DOWNLOADED_DISTFILE} | ${UUDECODE} | ${PAX} -rz - HTDOCS= ${PREFIX}/share/httpd/htdocs CGIBINDIR= ${PREFIX}/libexec/cgi-bin WWWSERVER!= hostname |