diff options
-rw-r--r-- | audio/p5-MP3-ID3v1Tag/Makefile | 2 | ||||
-rw-r--r-- | audio/p5-MP3-Info/Makefile | 2 | ||||
-rw-r--r-- | audio/p5-Shout/Makefile | 2 | ||||
-rw-r--r-- | devel/p5-B-Graph/Makefile | 2 | ||||
-rw-r--r-- | lang/fesi/Makefile | 4 | ||||
-rw-r--r-- | textproc/tdtd.el/Makefile | 2 | ||||
-rw-r--r-- | textproc/xslide.el/Makefile | 2 |
7 files changed, 8 insertions, 8 deletions
diff --git a/audio/p5-MP3-ID3v1Tag/Makefile b/audio/p5-MP3-ID3v1Tag/Makefile index dc9a8e585301..876e1d1d4834 100644 --- a/audio/p5-MP3-ID3v1Tag/Makefile +++ b/audio/p5-MP3-ID3v1Tag/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP3 PKGNAMEPREFIX= p5- -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Edit ID3v1 Tags from an Audio MPEG Layer 3 PERL_CONFIGURE= yes diff --git a/audio/p5-MP3-Info/Makefile b/audio/p5-MP3-Info/Makefile index c3b730b59fe9..c34b41900d95 100644 --- a/audio/p5-MP3-Info/Makefile +++ b/audio/p5-MP3-Info/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=MP3 PKGNAMEPREFIX= p5- -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Manipulate / fetch info from MP3 audio files BUILD_DEPENDS= ${SITE_PERL}/Test/More.pm:${PORTSDIR}/devel/p5-Test-Simple diff --git a/audio/p5-Shout/Makefile b/audio/p5-Shout/Makefile index 815e34626b32..d09624ac5b04 100644 --- a/audio/p5-Shout/Makefile +++ b/audio/p5-Shout/Makefile @@ -11,7 +11,7 @@ CATEGORIES= audio perl5 MASTER_SITES= http://developer.icecast.org/libshout/releases/ PKGNAMEPREFIX= p5- -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl glue for libshout MP3 streaming source library LIB_DEPENDS= shout.2:${PORTSDIR}/audio/libshout diff --git a/devel/p5-B-Graph/Makefile b/devel/p5-B-Graph/Makefile index 6a432376dba6..cff8ad7a76a6 100644 --- a/devel/p5-B-Graph/Makefile +++ b/devel/p5-B-Graph/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR=B PKGNAMEPREFIX= p5- -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Perl Compiler backend to diagram OP trees PERL_CONFIGURE= yes 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> diff --git a/textproc/tdtd.el/Makefile b/textproc/tdtd.el/Makefile index 285ef0e0a8b1..a27a5fe75975 100644 --- a/textproc/tdtd.el/Makefile +++ b/textproc/tdtd.el/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.menteith.com/tdtd/data/ DISTNAME= tdtd071 EXTRACT_SUFX= .zip -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= An emacs major mode for editing SGML and XML DTDs RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs20 diff --git a/textproc/xslide.el/Makefile b/textproc/xslide.el/Makefile index 546d7d483781..9db31b58dc7f 100644 --- a/textproc/xslide.el/Makefile +++ b/textproc/xslide.el/Makefile @@ -11,7 +11,7 @@ CATEGORIES= textproc elisp MASTER_SITES= http://www.menteith.com/xslide/data/ DISTNAME= xslide -MAINTAINER= leo@florida.sarang.net +MAINTAINER= ports@FreeBSD.org COMMENT= Emacs major mode for editing XSL stylesheets RUN_DEPENDS= emacs:${PORTSDIR}/editors/emacs21 |