From 0cbc0fc433db69d54e8c42eaa6779b55af1a0fa2 Mon Sep 17 00:00:00 2001 From: espie Date: Fri, 21 Apr 2000 23:12:37 +0000 Subject: [PATCH] Find a distsite that still carries c2html 0.9. Fake --- textproc/c2html/Makefile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/textproc/c2html/Makefile b/textproc/c2html/Makefile index 77334c78b8b..3e4046e012f 100644 --- a/textproc/c2html/Makefile +++ b/textproc/c2html/Makefile @@ -3,31 +3,34 @@ # Date created: December 1, 1997 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.7 2000/04/11 02:15:08 angelos Exp $ +# $OpenBSD: Makefile,v 1.8 2000/04/21 23:12:37 espie Exp $ # DISTNAME= c2html-0.9 CATEGORIES= textproc www -FAKE=No -MASTER_SITES= ${MASTER_SITE_SUNSITE} + +# Old versions seem to stay there... +MASTER_SITES= http://user.cs.tu-berlin.de/%7Eschintke/x2html/ \ + ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= apps/www/converters MAINTAINER= angelos@openbsd.org LICENSE_TYPE= GPL -PERMIT_PACKAGE_CDROM= YES -PERMIT_PACKAGE_FTP= YES -PERMIT_DISTFILES_CDROM= YES -PERMIT_DISTFILES_FTP= YES +PERMIT_PACKAGE_CDROM= Yes +PERMIT_PACKAGE_FTP= Yes +PERMIT_DISTFILES_CDROM= Yes +PERMIT_DISTFILES_FTP= Yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= Yes +FAKE= Yes MAN1= c2html.1 do-install: @ ${INSTALL_PROGRAM} ${WRKSRC}/c2html ${PREFIX}/bin @ ${INSTALL_MAN} ${WRKSRC}/c2html.1 ${PREFIX}/man/man1 - @ mkdir -p ${PREFIX}/share/doc/c2html + @ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/c2html .for file in COPYING README @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/c2html .endfor