diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-26 02:46:16 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-26 02:46:16 +0000 |
commit | 842586d4fae0d43b85633b65cd58a468fd79db6b (patch) | |
tree | 69c724a66bfa5f45e493a8bc040cf7e428e77617 /misc/quotes/Makefile | |
parent | 060784c71a79aaa8a3c5717f5af2e443eba8bf89 (diff) |
Update misc/quotes to 1.4.0
PR: 11309
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=18134
Diffstat (limited to 'misc/quotes/Makefile')
-rw-r--r-- | misc/quotes/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index 96ea4663ba0d..a3aa4acff072 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -3,18 +3,18 @@ # Date created: 9 February 1999 # Whom: Dima Sivachenko # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1999/02/22 01:34:12 billf Exp $ # -DISTNAME= quotes-1.3-0 -PKGNAME= quotes-1.3.0 +DISTNAME= quotes-1.4-0 +PKGNAME= quotes-1.4.0 CATEGORIES= misc -MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ \ - http://www.FreeBSD.org/~billf/distfiles/ +MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ +# http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= dima@Chg.RU -WRKSRC= ${WRKDIR}/Quotes-1.3-0 +WRKSRC= ${WRKDIR}/quotes-1.4-0 NO_BUILD= yes USE_PERL5= yes @@ -24,6 +24,9 @@ post-patch: @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ > ${WRKSRC}/quotes + @ ${MV} ${WRKSRC}/quotesmailer ${WRKSRC}/quotesmailer.pre_sed + @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotesmailer.pre_sed \ + > ${WRKSRC}/quotesmailer @ ${MV} ${WRKSRC}/QuExample.pm ${WRKSRC}/QuExample.pm.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/QuExample.pm.pre_sed \ > ${WRKSRC}/QuExample.pm @@ -31,7 +34,8 @@ post-patch: do-install: @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin - @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc + @ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin + @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/quotes @ ${INSTALL_DATA} ${WRKSRC}/quotes.txt ${PREFIX}/share/doc/quotes |