svn commit: r324030 - head/mail/mailx

Andrej Zverev az at FreeBSD.org
Wed Jul 31 10:14:48 UTC 2013


Author: az
Date: Wed Jul 31 10:14:47 2013
New Revision: 324030
URL: http://svnweb.freebsd.org/changeset/ports/324030

Log:
  - Convert to new perl order (fix build)

Modified:
  head/mail/mailx/Makefile   (contents, props changed)

Modified: head/mail/mailx/Makefile
==============================================================================
--- head/mail/mailx/Makefile	Wed Jul 31 10:11:09 2013	(r324029)
+++ head/mail/mailx/Makefile	Wed Jul 31 10:14:47 2013	(r324030)
@@ -1,9 +1,5 @@
-# New ports collection makefile for:    mailx
-# Date created:         18 Febrary 1999
-# Whom:                 Issei Suzuki <issei at jp.FreeBSD.org>
-#
+# Created by: Issei Suzuki <issei at jp.FreeBSD.org>
 # $FreeBSD$
-#
 
 PORTNAME=	mailx
 PORTVERSION=	0.5
@@ -23,7 +19,8 @@ CONFLICTS=	heirloom-mailx-[0-9]*
 
 EXTRACT_ONLY=	mail-2.2.8.tar.gz
 WRKSRC=		${WRKDIR}/mail-2.2.8
-USE_PERL5=	yes
+USES=		perl5
+USE_PERL5=	run build patch
 MAN1=		mailx.1
 MANCOMPRESSED=	yes
 


More information about the svn-ports-all mailing list