diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-24 09:52:13 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2003-06-24 09:52:13 +0000 |
commit | 85c43d0f49d9700b14cd91a4e96532bc8c772166 (patch) | |
tree | 15344248f002956064d4b724c007363dd2894b70 /lang/TenDRA | |
parent | c5be6b871aef17e273647c2f37c7d25bf72c711b (diff) | |
download | ports-85c43d0f49d9700b14cd91a4e96532bc8c772166.tar.gz ports-85c43d0f49d9700b14cd91a4e96532bc8c772166.zip |
Fix comment, update maintainer's e-mail address
Submitted by: maintainer
PR: 53648
Approved by: fjoe (mentor) (implicit)
Notes
Notes:
svn path=/head/; revision=83521
Diffstat (limited to 'lang/TenDRA')
-rw-r--r-- | lang/TenDRA/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <bsd.port.mk> |