From 5ccea0eab4e8d2184fd2a06716209f6e7bae4d8a Mon Sep 17 00:00:00 2001 From: adamw Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- math/calctool/Makefile | 2 ++ math/calctool/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 math/calctool/pkg-comment (limited to 'math/calctool') diff --git a/math/calctool/Makefile b/math/calctool/Makefile index 74978863ee96..016311c6c8b4 100644 --- a/math/calctool/Makefile +++ b/math/calctool/Makefile @@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= nsayer MAINTAINER= ports@freebsd.org +PORTCOMMENT= A multi-GUI (text, X, xview, NeWS, sunview) calculator program + USE_X_PREFIX= yes MAN1= calctool.1 diff --git a/math/calctool/pkg-comment b/math/calctool/pkg-comment deleted file mode 100644 index 0b355939d65c..000000000000 --- a/math/calctool/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -A multi-GUI (text, X, xview, NeWS, sunview) calculator program -- cgit