diff options
author | osa <osa@FreeBSD.org> | 2003-06-24 17:52:13 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-06-24 17:52:13 +0800 |
commit | 1b8947b827d5e81091d5caef1f4188a620bd2fd7 (patch) | |
tree | e321e75cf832d3861441934fa9a736c2e26f15da /lang/TenDRA | |
parent | 3025e87f5ae4ae1794a231854994bc95a6e13cbd (diff) | |
download | freebsd-ports-gnome-1b8947b827d5e81091d5caef1f4188a620bd2fd7.tar.gz freebsd-ports-gnome-1b8947b827d5e81091d5caef1f4188a620bd2fd7.tar.zst freebsd-ports-gnome-1b8947b827d5e81091d5caef1f4188a620bd2fd7.zip |
Fix comment, update maintainer's e-mail address
Submitted by: maintainer
PR: 53648
Approved by: fjoe (mentor) (implicit)
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> |