Minor stuff.

This commit is contained in:
angelos 1997-12-04 01:20:33 +00:00
parent 1532b2af68
commit 0c22bab70f
2 changed files with 2 additions and 9 deletions

View File

@ -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.

View File

@ -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);