From 1b8947b827d5e81091d5caef1f4188a620bd2fd7 Mon Sep 17 00:00:00 2001 From: osa Date: Tue, 24 Jun 2003 09:52:13 +0000 Subject: Fix comment, update maintainer's e-mail address Submitted by: maintainer PR: 53648 Approved by: fjoe (mentor) (implicit) --- lang/TenDRA/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang/TenDRA') diff --git a/lang/TenDRA/Makefile b/lang/TenDRA/Makefile index d939d6f28eb7..d70bdeb8f092 100644 --- a/lang/TenDRA/Makefile +++ b/lang/TenDRA/Makefile @@ -12,8 +12,8 @@ CATEGORIES= lang MASTER_SITES= ftp://ftp.tendra.org/pub/snapshot/ DISTNAME= ${PORTNAME:L}-${PORTVERSION:S/4.//} -MAINTAINER= stefan@fafoe.dyndns.org -COMMENT= A portable but mostly-unsupported C/C++ compiler +MAINTAINER= stefan@fafoe.narf.at +COMMENT= A portable BSD-licensed compiler suite ONLY_FOR_ARCHS= i386 @@ -38,6 +38,6 @@ do-configure: # 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 -- cgit