summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-07-04 21:32:46 +0000
committerSteve Price <steve@FreeBSD.org>1999-07-04 21:32:46 +0000
commit913c2f26785219bb4feadeb00e36e2cdaae44aed (patch)
treecdad9e5f974445927a6bb186eeba1dcc97db4565 /misc
parentMake this port build with egcs' f77. (diff)
Fix a few style nits.
Notes
Notes: svn path=/head/; revision=20042
Diffstat (limited to 'misc')
-rw-r--r--misc/quotes/Makefile4
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