diff options
author | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-02-16 13:15:24 +0000 |
commit | fc9a4154bd18ef4ecb13eea12394dd00397d0e7e (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/gtar-info/Makefile | |
parent | f6836d47c125c99c96280e21bb0bcadde4e02b6d (diff) | |
download | pkgsrc-fc9a4154bd18ef4ecb13eea12394dd00397d0e7e.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'archivers/gtar-info/Makefile')
-rw-r--r-- | archivers/gtar-info/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/gtar-info/Makefile b/archivers/gtar-info/Makefile index 3e5c0db6fc2..78f2c526a0b 100644 --- a/archivers/gtar-info/Makefile +++ b/archivers/gtar-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/09/19 19:11:32 kim Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:29 wiz Exp $ # DISTNAME= tar-1.12 @@ -9,6 +9,7 @@ EXTRACT_SUFX= .shar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/tar/tar.html +COMMENT= Info format documentation for the GNU tape archiver EXTRACT_CMD= ${DECOMPRESS_CMD} ${DOWNLOADED_DISTFILE} | ${SH} |