diff options
author | linimon <linimon@FreeBSD.org> | 2004-02-12 07:54:39 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-02-12 07:54:39 +0800 |
commit | 09874678f9df24ffac4a336c5bfea3492ea71afb (patch) | |
tree | bd99dbd66910ba1f3fe191101bd3a5c965224576 /lang | |
parent | 3e9561d56e5be14da24520f3577483c2840070da (diff) | |
download | freebsd-ports-gnome-09874678f9df24ffac4a336c5bfea3492ea71afb.tar.gz freebsd-ports-gnome-09874678f9df24ffac4a336c5bfea3492ea71afb.tar.zst freebsd-ports-gnome-09874678f9df24ffac4a336c5bfea3492ea71afb.zip |
mat@FreeBSD.org reports no response from this maintainer for several
months about his other ports, so reset this one too. His last
approved update was 16 months ago.
Maintainer, if this is in error, please contact me directly.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fesi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile index 76eb52532412..816af49a540d 100644 --- a/lang/fesi/Makefile +++ b/lang/fesi/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://home.worldcom.ch/jmlugrin/fesi/ DISTNAME= fesikit EXTRACT_SUFX= .zip -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Free EcmaScript Interpreter written in Java RUN_DEPENDS= ${LOCALBASE}/jdk${JDK_VERSION}/bin/javac:${PORTSDIR}/java/jdk11 @@ -35,6 +35,6 @@ do-install: ${CP} -R doc/html/* ${PREFIX}/share/java/fesi/docs; \ ${CP} -R examples/* ${PREFIX}/share/java/fesi/examples; \ ) - @rmdir ${PREFIX}/share/java/fesi/examples/Fesi*/classes + @${RMDIR} ${PREFIX}/share/java/fesi/examples/Fesi*/classes .include <bsd.port.mk> |