diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:32:46 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:32:46 +0000 |
commit | 913c2f26785219bb4feadeb00e36e2cdaae44aed (patch) | |
tree | cdad9e5f974445927a6bb186eeba1dcc97db4565 /misc/quotes | |
parent | a7a343660d3f517d5f38abfe4e22f9ee076ad6e1 (diff) | |
download | ports-913c2f26785219bb4feadeb00e36e2cdaae44aed.tar.gz ports-913c2f26785219bb4feadeb00e36e2cdaae44aed.zip |
Notes
Diffstat (limited to 'misc/quotes')
-rw-r--r-- | misc/quotes/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index a3aa4acff072..6e6a112ccdb9 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -3,7 +3,7 @@ # Date created: 9 February 1999 # Whom: Dima Sivachenko # -# $Id: Makefile,v 1.1.1.1 1999/02/22 01:34:12 billf Exp $ +# $Id: Makefile,v 1.2 1999/04/26 02:46:15 mharo Exp $ # DISTNAME= quotes-1.4-0 @@ -20,7 +20,6 @@ NO_BUILD= yes USE_PERL5= yes post-patch: - @ ${MV} ${WRKSRC}/quotes ${WRKSRC}/quotes.pre_sed @ ${SED} -e 's#/usr/bin/perl#${PERL5}#' ${WRKSRC}/quotes.pre_sed \ > ${WRKSRC}/quotes @@ -32,7 +31,6 @@ post-patch: > ${WRKSRC}/QuExample.pm do-install: - @ ${INSTALL_SCRIPT} ${WRKSRC}/quotes ${PREFIX}/bin @ ${INSTALL_SCRIPT} ${WRKSRC}/quotesmailer ${PREFIX}/bin @ ${INSTALL_DATA} ${WRKSRC}/sample.quotesrc ${PREFIX}/etc/quotesrc.sample |