diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2003-02-21 13:28:59 +0000 |
commit | 4c2e4f186201b31c37dc6ace0bc178984cefa9fd (patch) | |
tree | bcc2e191eb5eeae24427359a8943308c4d228097 /sysutils/finfo | |
parent | Handle '#' and '$' in pkg-comment properly. (diff) |
De-pkg-comment.
Diffstat (limited to 'sysutils/finfo')
-rw-r--r-- | sysutils/finfo/Makefile | 1 | ||||
-rw-r--r-- | sysutils/finfo/pkg-comment | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/finfo/Makefile b/sysutils/finfo/Makefile index b6a6fdeb891e..450347ec1d5b 100644 --- a/sysutils/finfo/Makefile +++ b/sysutils/finfo/Makefile @@ -12,6 +12,7 @@ CATEGORIES= sysutils MASTER_SITES= http://freebsdcluster.org/~mich/software/ MAINTAINER= mich@freebsdcluster.org +COMMENT= Finfo displays potentially useful information about a file do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c) diff --git a/sysutils/finfo/pkg-comment b/sysutils/finfo/pkg-comment deleted file mode 100644 index af207ca85b8f..000000000000 --- a/sysutils/finfo/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Finfo displays potentially useful information about a file |