diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2002-11-06 22:47:41 +0000 |
commit | d9611f93758b42bc9f2e2794b3d0039ec6038c4e (patch) | |
tree | 7188beb34e0a3adac815c9497c615b1b78eb4454 /sysutils/doconfig | |
parent | port wouldn't build without the gnomelibs. (diff) |
Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by: pat
Diffstat (limited to 'sysutils/doconfig')
-rw-r--r-- | sysutils/doconfig/Makefile | 2 | ||||
-rw-r--r-- | sysutils/doconfig/pkg-comment | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/doconfig/Makefile b/sysutils/doconfig/Makefile index e72c32fc3cd1..a9021a6fb95c 100644 --- a/sysutils/doconfig/Makefile +++ b/sysutils/doconfig/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cold.org/pub/brandon/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Kernel 'config' wrapper ala Digital Unix\'s doconfig + MAN8= autokernconf.8 doconfig.8 WRKSRC= ${WRKDIR}/doconfig diff --git a/sysutils/doconfig/pkg-comment b/sysutils/doconfig/pkg-comment deleted file mode 100644 index 0d65a04c894e..000000000000 --- a/sysutils/doconfig/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Kernel `config' wrapper ala Digital Unix's doconfig |