diff options
author | frueauf <frueauf> | 1998-04-18 17:13:05 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-18 17:13:05 +0000 |
commit | d961d6ea5e494fbad457adcf2ef9a930105bd2aa (patch) | |
tree | e2ef2da4a33668c99c50b692ed9311a9ddfde794 /archivers | |
parent | 179c6ae87fd2164f09aa50906ed05adf3cd4470b (diff) | |
download | pkgsrc-d961d6ea5e494fbad457adcf2ef9a930105bd2aa.tar.gz |
portlint: delete contiguous blank line 17.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gcpio/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index a92753cbdd9..553664eaeb2 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/17 09:37:21 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/18 17:13:05 frueauf Exp $ # DISTNAME= cpio-2.4.2 @@ -15,5 +15,4 @@ LDFLAGS= -lgnumalloc MAN1= gcpio.1 INFO_FILES= cpio - .include "../../mk/bsd.pkg.mk" |