diff options
author | steve <steve@FreeBSD.org> | 1999-07-04 21:32:46 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-04 21:32:46 +0000 |
commit | e1727dcd51af0158764a951a5628d7d003e1bd22 (patch) | |
tree | be38c157a6682d81d41136d523f09b68bf5b75c7 /misc | |
parent | e50a27da16ddd9090b0bb26b48d9fa2ae4c4d213 (diff) | |
download | FreeBSD-ports-e1727dcd51af0158764a951a5628d7d003e1bd22.zip FreeBSD-ports-e1727dcd51af0158764a951a5628d7d003e1bd22.tar.gz |
Fix a few style nits.
Diffstat (limited to 'misc')
-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 a3aa4ac..6e6a112 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 |