diff options
Diffstat (limited to 'mail/mailagent/Makefile')
-rw-r--r-- | mail/mailagent/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/mail/mailagent/Makefile b/mail/mailagent/Makefile index 325d636a635f..03af3a37e071 100644 --- a/mail/mailagent/Makefile +++ b/mail/mailagent/Makefile @@ -7,15 +7,16 @@ PORTNAME= mailagent PORTVERSION= 3.0.73 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../../authors/id/RAM -MAINTAINER= ports@FreeBSD.org +MAINTAINER= max@FreeBSD.org COMMENT= A sophisticated automatic mail-processing tool USE_PERL5= yes -NO_PACKAGE= "Correct FQDN needs to be hardcoded" +NO_PACKAGE= Correct FQDN needs to be hardcoded IS_INTERACTIVE= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -52,8 +53,8 @@ post-patch: misc/news/newsgate) post-install: - @${MKDIR} ${PREFIX}/share/examples/mailagent/misc - ${CP} -pR ${WRKSRC}/misc/* ${PREFIX}/share/examples/mailagent/misc - @${LN} -fs ${PREFIX}/lib/mailagent/examples ${PREFIX}/share/examples/mailagent/agent + @${MKDIR} ${EXAMPLESDIR}/misc + ${CP} -pR ${WRKSRC}/misc/* ${EXAMPLESDIR}/misc + @${LN} -fs ${PREFIX}/lib/mailagent/examples ${EXAMPLESDIR}/agent .include <bsd.port.mk> |