From fbc660cb2c24a55e37464725f9ac601142494606 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 25 Feb 2003 06:25:35 +0000 Subject: De-pkg-comment for my ports. --- archivers/py-bzip2/Makefile | 1 + archivers/py-bzip2/pkg-comment | 1 - archivers/py-tarfile/Makefile | 1 + archivers/py-tarfile/pkg-comment | 1 - 4 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 archivers/py-bzip2/pkg-comment delete mode 100644 archivers/py-tarfile/pkg-comment (limited to 'archivers') diff --git a/archivers/py-bzip2/Makefile b/archivers/py-bzip2/Makefile index b29491d75ad9..d13a9125130e 100644 --- a/archivers/py-bzip2/Makefile +++ b/archivers/py-bzip2/Makefile @@ -14,6 +14,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= python-bz2-${PORTVERSION} MAINTAINER= perky@FreeBSD.org +COMMENT= Python Interface for bz2 Compression Library USE_BZIP2= yes USE_PYTHON= yes diff --git a/archivers/py-bzip2/pkg-comment b/archivers/py-bzip2/pkg-comment deleted file mode 100644 index d14801451604..000000000000 --- a/archivers/py-bzip2/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python Interface for bz2 Compression Library diff --git a/archivers/py-tarfile/Makefile b/archivers/py-tarfile/Makefile index 5ef1d4b74afb..f8f16a3083a4 100644 --- a/archivers/py-tarfile/Makefile +++ b/archivers/py-tarfile/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://www.gustaebel.de/lars/tarfile/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= perky@FreeBSD.org +COMMENT= Python library for reading and writing tarballs USE_PYTHON= yes USE_PYDISTUTILS= yes diff --git a/archivers/py-tarfile/pkg-comment b/archivers/py-tarfile/pkg-comment deleted file mode 100644 index f6ac391f3798..000000000000 --- a/archivers/py-tarfile/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Python library for reading and writing tarballs -- cgit