ports/53648: lang/TenDRA: reword ${COMMENT} and make portlint happy
Stefan Farfeleder
stefan at fafoe.narf.at
Mon Jun 23 20:20:12 UTC 2003
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list