diff options
author | dinoex <dinoex@FreeBSD.org> | 2003-02-21 04:07:03 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2003-02-21 04:07:03 +0000 |
commit | 90f4490a433ba3e5603880d3f8e8070e28748daa (patch) | |
tree | 7caec009f3c8e9d14d5c618554f16d222e1f821a | |
parent | fa20b60157ebb68ec5ac018975cf98518f2cb6ff (diff) | |
download | FreeBSD-ports-90f4490a433ba3e5603880d3f8e8070e28748daa.zip FreeBSD-ports-90f4490a433ba3e5603880d3f8e8070e28748daa.tar.gz |
- Add COMMENT
-rw-r--r-- | security/gnupg-idea/Makefile | 1 | ||||
-rw-r--r-- | www/webalizer/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/security/gnupg-idea/Makefile b/security/gnupg-idea/Makefile index db71299..a0f0a71 100644 --- a/security/gnupg-idea/Makefile +++ b/security/gnupg-idea/Makefile @@ -18,6 +18,7 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= # none MAINTAINER= dinoex@FreeBSD.org +COMMENT= IDEA extension module for gnupg (and RSA for demonstration) RUN_DEPENDS= ${LOCALBASE}/bin/gpg:${PORTSDIR}/security/gnupg diff --git a/www/webalizer/Makefile b/www/webalizer/Makefile index 1dd3a9a..0ad03f4 100644 --- a/www/webalizer/Makefile +++ b/www/webalizer/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= ftp://ftp.mrunix.net/pub/webalizer/ \ DISTNAME= ${PORTNAME}-2.01-10-src MAINTAINER?= dinoex@FreeBSD.org +COMMENT= A web server log file analysis program .if !defined(LIB_DEPENDS) .if defined(WEBALIZER_WITH_GD2) |