Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jun 2003 22:10:47 +0200 (CEST)
From:      Stefan Farfeleder <stefan@fafoe.narf.at>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        stefan@fafoe.narf.at
Subject:   ports/53648: lang/TenDRA: reword ${COMMENT} and make portlint happy
Message-ID:  <20030623201047.4987E21B@frog.fafoe.narf.at>
Resent-Message-ID: <200306232020.h5NKK9jW018795@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         53648
>Category:       ports
>Synopsis:       lang/TenDRA: reword ${COMMENT} and make portlint happy
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 23 13:20:08 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Farfeleder
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
>Environment:
System: FreeBSD frog.fafoe.narf.at 5.1-CURRENT FreeBSD 5.1-CURRENT #18: Mon Jun 23 21:01:50 CEST 2003 freebsd@frog.fafoe.narf.at:/freebsd/frog/obj/freebsd/frog/src/sys/FROG i386


	
>Description:
- Remove the phrase "mostly-unsupported" as it doesn't sound very nice
  and TenDRA is now actively maintained again.  Also mention TenDRA's
  license and that TenDRA isn't limited to C and C++ only, additional
  producers can be easily added and some are in development.
- Don't use rmdir but ${RMDIR}.
	
>How-To-Repeat:
	
>Fix:

	

--- TenDRA.diff begins here ---
Index: lang/TenDRA/Makefile
===================================================================
RCS file: /usr/home/ncvs/ports/lang/TenDRA/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- lang/TenDRA/Makefile	3 Jun 2003 08:16:57 -0000	1.25
+++ lang/TenDRA/Makefile	23 Jun 2003 19:51:42 -0000
@@ -13,7 +13,7 @@
 DISTNAME=	${PORTNAME:L}-${PORTVERSION:S/4.//}
 
 MAINTAINER=	stefan@fafoe.dyndns.org
-COMMENT=	A portable but mostly-unsupported C/C++ compiler
+COMMENT=	A portable BSD-licensed compiler suite
 
 ONLY_FOR_ARCHS=	i386
 
@@ -38,6 +38,6 @@
 
 # Remove empty directory that is ugly to handle with pkg-plist
 post-install:
-	rmdir ${PREFIX}/lib/TenDRA/${TENDRA_PATH}/lib/machines/tokens
+	${RMDIR} ${PREFIX}/lib/TenDRA/${TENDRA_PATH}/lib/machines/tokens
 
 .include <bsd.port.mk>
--- TenDRA.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030623201047.4987E21B>