diff options
author | frueauf <frueauf> | 1998-04-18 17:13:05 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-04-18 17:13:05 +0000 |
commit | 24626f3576226f302a2b64e0f05030a403051cf3 (patch) | |
tree | e2ef2da4a33668c99c50b692ed9311a9ddfde794 /archivers/gcpio | |
parent | e7ca739f74e9d6184b0690a4b26d0b3c8b094b27 (diff) | |
download | pkgsrc-24626f3576226f302a2b64e0f05030a403051cf3.tar.gz |
portlint: delete contiguous blank line 17.
Diffstat (limited to 'archivers/gcpio')
-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" |