diff options
author | Renato Botelho <garga@FreeBSD.org> | 2005-12-14 12:57:35 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2005-12-14 12:57:35 +0000 |
commit | f3fd5eea2caea982f6fc2704a8a9d9f15c99ced2 (patch) | |
tree | 4b72e8aaacc4726c196cb3d8b3ef455b442e5fa9 /misc/chord2html/Makefile | |
parent | f2a8e74c6da635a7d36605a5219b643ce68657ea (diff) |
Notes
Diffstat (limited to 'misc/chord2html/Makefile')
-rw-r--r-- | misc/chord2html/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/misc/chord2html/Makefile b/misc/chord2html/Makefile index 21bf2d8caf48..679faf44c113 100644 --- a/misc/chord2html/Makefile +++ b/misc/chord2html/Makefile @@ -1,23 +1,20 @@ -# ex:ts=8 # Ports collection makefile for: chord2html -# Date created: Sep 11, 2002 -# Whom: ijliao +# Date created: Sep 11, 2002 +# Whom: ijliao # # $FreeBSD$ # +# $Tecnik: ports/misc/chord2html/Makefile,v 1.3 2005/12/14 11:41:25 itetcu Exp $ +# PORTNAME= chord2html PORTVERSION= 1.3 CATEGORIES= misc -MASTER_SITES= # disappeared +MASTER_SITES= http://people.tecnik93.com/~itetcu/FreeBSD/ports/${PORTNAME}/sources/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= itetcu@people.tecnik93.com COMMENT= Convert CHORD input files to HTML -BROKEN= "mastersite disappeared" -DEPRECATED= ${BROKEN} -EXPIRATION_DATE= 2005-12-11 - RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD USE_PERL5= yes @@ -30,7 +27,9 @@ PLIST_DIRS= share/chord2html post-patch: @${PERL} -pi -e "s,/usr/bin/perl,${PERL},g ; \ - s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/chord2html + s,%%PREFIX%%,${PREFIX},g ; \ + s,chord2html.css,${PREFIX}/share/chord2html/chord2html.css," \ + ${WRKSRC}/chord2html do-install: ${INSTALL_SCRIPT} ${WRKSRC}/chord2html ${PREFIX}/bin |