diff options
author | hubertf <hubertf> | 1998-01-24 21:00:15 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-01-24 21:00:15 +0000 |
commit | a9379684305172e737c943547839b2a080912045 (patch) | |
tree | 9cf7ffcc07b32c256b7ce7e4c7d5a32b9455b04c /misc/dotfile | |
parent | 795b86dc0321497fc7f44c0355c9a92df7b8a737 (diff) | |
download | pkgsrc-a9379684305172e737c943547839b2a080912045.tar.gz |
portlint: remove empty line
Diffstat (limited to 'misc/dotfile')
-rw-r--r-- | misc/dotfile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/dotfile/Makefile b/misc/dotfile/Makefile index c010d55d945..70afe5d7652 100644 --- a/misc/dotfile/Makefile +++ b/misc/dotfile/Makefile @@ -3,7 +3,7 @@ # Date created: 11/12/96 # Whom: oly@world.std.com # -# $NetBSD: Makefile,v 1.2 1997/10/24 01:04:55 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/01/24 21:00:15 hubertf Exp $ # FreeBSD Id: Makefile,v 1.5 1997/04/20 13:19:30 wosch Exp # @@ -24,5 +24,5 @@ do-build: post-install: @${CAT} ${PKGDIR}/MESSAGE - + .include <bsd.port.mk> |