diff options
author | steve <steve@FreeBSD.org> | 1999-07-05 05:32:46 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-07-05 05:32:46 +0800 |
commit | e1727dcd51af0158764a951a5628d7d003e1bd22 (patch) | |
tree | be38c157a6682d81d41136d523f09b68bf5b75c7 | |
parent | e50a27da16ddd9090b0bb26b48d9fa2ae4c4d213 (diff) | |
download | freebsd-ports-gnome-e1727dcd51af0158764a951a5628d7d003e1bd22.tar.gz freebsd-ports-gnome-e1727dcd51af0158764a951a5628d7d003e1bd22.tar.zst freebsd-ports-gnome-e1727dcd51af0158764a951a5628d7d003e1bd22.zip |
Fix a few style nits.
-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 |