diff options
author | az <az@FreeBSD.org> | 2013-07-31 18:14:47 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-07-31 18:14:47 +0800 |
commit | 9f6b0c6bfe17b55eca4f2214e89390cdfbe2f0a8 (patch) | |
tree | 14cb0d4791cc9a95cb78508e27721d7275a278b5 /mail | |
parent | f8c05e8e559737866aff00ef25e0e579a9b470c1 (diff) | |
download | freebsd-ports-gnome-9f6b0c6bfe17b55eca4f2214e89390cdfbe2f0a8.tar.gz freebsd-ports-gnome-9f6b0c6bfe17b55eca4f2214e89390cdfbe2f0a8.tar.zst freebsd-ports-gnome-9f6b0c6bfe17b55eca4f2214e89390cdfbe2f0a8.zip |
- Convert to new perl order (fix build)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/mailx/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/mail/mailx/Makefile b/mail/mailx/Makefile index f01e26b2fd4b..c27cf1970b12 100644 --- a/mail/mailx/Makefile +++ b/mail/mailx/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mailx -# Date created: 18 Febrary 1999 -# Whom: Issei Suzuki <issei@jp.FreeBSD.org> -# +# Created by: Issei Suzuki <issei@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 |