From d9611f93758b42bc9f2e2794b3d0039ec6038c4e Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Wed, 6 Nov 2002 22:47:41 +0000 Subject: Use PORTCOMMENT in the Makefile, and whack the pkg-comment. Approved by: pat --- lang/sxm/Makefile | 2 ++ lang/sxm/pkg-comment | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) delete mode 100644 lang/sxm/pkg-comment (limited to 'lang/sxm') diff --git a/lang/sxm/Makefile b/lang/sxm/Makefile index 00d9997d4b80..e7e01fa357a8 100644 --- a/lang/sxm/Makefile +++ b/lang/sxm/Makefile @@ -13,6 +13,8 @@ MASTER_SITES= http://www.malgil.com/sxm/ MAINTAINER= ports@FreeBSD.org +PORTCOMMENT= Another implementation of Scheme + USE_REINPLACE= yes USE_GMAKE= yes ALL_TARGET= all image Formlist diff --git a/lang/sxm/pkg-comment b/lang/sxm/pkg-comment deleted file mode 100644 index 7c4df2331ed3..000000000000 --- a/lang/sxm/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Another implementation of Scheme -- cgit