diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-03-16 10:47:24 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-03-16 10:47:24 +0000 |
commit | ce18d8607ca8e42be346e981bcb3d65b03a6250d (patch) | |
tree | 82a0836f02fb0f894cdbb2adaad67abdcdacc3a3 /archivers/zip/Makefile | |
parent | 26fc0e41fe3e63ff863b7d9fb276898c4e4c0424 (diff) | |
download | pkgsrc-ce18d8607ca8e42be346e981bcb3d65b03a6250d.tar.gz |
portlint: remove contiguous blank line.
Diffstat (limited to 'archivers/zip/Makefile')
-rw-r--r-- | archivers/zip/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/archivers/zip/Makefile b/archivers/zip/Makefile index a4f72c0f553..9224c50d971 100644 --- a/archivers/zip/Makefile +++ b/archivers/zip/Makefile @@ -1,11 +1,11 @@ -# New ports collection makefile for: zip (without encryption) +# New packages collection makefile for: zip (without encryption) # http://infozip.cdrom.com/pub/infozip/ # # Version required: 2.2 # Date created: 22 Dec 1994 # Whom: ache # -# $NetBSD: Makefile,v 1.5 1998/03/11 23:37:44 tron Exp $ +# $NetBSD: Makefile,v 1.6 1998/03/16 10:47:24 frueauf Exp $ # FreeBSD Id: Makefile,v 1.10 1997/04/27 16:06:15 ache Exp # @@ -30,5 +30,4 @@ do-install: ln -fs zip.1 ${PREFIX}/man/man1/zipnote.1 ln -fs zip.1 ${PREFIX}/man/man1/zipsplit.1 - .include <bsd.port.mk> |