diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:11:57 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 21:11:57 +0000 |
commit | a1ab04c595506ab27ba5727a6811c32dfb4e98c9 (patch) | |
tree | 794b4ad91c55c0a60b566d29ee7774676b6b9b98 /misc | |
parent | 29c85599d6a6aaf403057533ffd0ea4f45b694cf (diff) | |
download | ports-a1ab04c595506ab27ba5727a6811c32dfb4e98c9.tar.gz ports-a1ab04c595506ab27ba5727a6811c32dfb4e98c9.zip |
Remove an extraneous blank line.
Notes
Notes:
svn path=/head/; revision=20025
Diffstat (limited to 'misc')
-rw-r--r-- | misc/jive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/jive/Makefile b/misc/jive/Makefile index 2e374b4924b1..2d4b9248b4c9 100644 --- a/misc/jive/Makefile +++ b/misc/jive/Makefile @@ -4,7 +4,7 @@ # Date created: Mon Feb 17, 1997 # Whom: David O'Brien (obrien@NUXI.com) # -# $Id: Makefile,v 1.2 1997/04/02 07:58:25 obrien Exp $ +# $Id: Makefile,v 1.3 1997/10/22 06:02:52 obrien Exp $ # DISTNAME= jive-1.1 @@ -22,5 +22,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/jive ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1 - .include <bsd.port.mk> |