From 0c22bab70f8dcf96af76b528fa69c1584b355b54 Mon Sep 17 00:00:00 2001 From: angelos Date: Thu, 4 Dec 1997 01:20:33 +0000 Subject: [PATCH] Minor stuff. --- news/aub/Makefile | 5 ++--- news/aub/files/aub-perl5.diff | 6 ------ 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/news/aub/Makefile b/news/aub/Makefile index 7cca66d04ee..ade8eb2cc9b 100644 --- a/news/aub/Makefile +++ b/news/aub/Makefile @@ -3,7 +3,7 @@ # Date created: December 1, 1997 # Whom: Angelos D. Keromytis # -# $OpenBSD: Makefile,v 1.2 1997/12/04 00:57:08 angelos Exp $ +# $OpenBSD: Makefile,v 1.3 1997/12/04 01:20:33 angelos Exp $ # DISTNAME= aub @@ -35,8 +35,7 @@ do-install: ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/aub.1 ${PREFIX}/man/man1 ${MKDIR} ${PREFIX}/share/doc/aub ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/BUG_FIXES ${PREFIX}/share/doc/aub - patch < files/aub-perl5.diff - echo "There is a patch to aub to run with perl5. You may find it in the files/ directory." + @echo "There is a patch to aub to run with perl5. You may find it in the files/ directory." # # There is a patch to aub to run with perl5. diff --git a/news/aub/files/aub-perl5.diff b/news/aub/files/aub-perl5.diff index 642c54d11e5..4d551af723a 100644 --- a/news/aub/files/aub-perl5.diff +++ b/news/aub/files/aub-perl5.diff @@ -1,11 +1,5 @@ --- /usr/ports/distfiles/aub Tue Apr 6 00:00:00 1993 +++ aub Wed Apr 12 13:51:11 1995 -@@ -1,4 +1,4 @@ --#/usr/local/bin/perl -+#!/usr/local/bin/perl - # - # - # @@ -38,6 +38,8 @@ $SUM = "/bin/sum"; &find_pg("sum", 0) unless (-x $SUM); $CAT = "/bin/cat"; &find_pg("cat", 0) unless (-x $CAT);