diff options
Diffstat (limited to 'devel/ecgi')
-rw-r--r-- | devel/ecgi/Makefile | 2 | ||||
-rw-r--r-- | devel/ecgi/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/ecgi/Makefile b/devel/ecgi/Makefile index 8df00fb0cfda..ca60912708a2 100644 --- a/devel/ecgi/Makefile +++ b/devel/ecgi/Makefile @@ -14,6 +14,8 @@ DISTNAME= lib${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= A library for the creation of CGI-based Web applications + WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_REINPLACE= yes diff --git a/devel/ecgi/pkg-comment b/devel/ecgi/pkg-comment deleted file mode 100644 index 403c9e7ae974..000000000000 --- a/devel/ecgi/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A library for the creation of CGI-based Web applications |