diff options
author | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-08-03 16:45:51 +0800 |
commit | f8d84df2018f0071d586d8c74fe89b3ebe61cbfc (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /mail/im | |
parent | 5ff0965a6a20416caf6012b02767e66ac0694085 (diff) | |
download | freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.gz freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.tar.zst freebsd-ports-gnome-f8d84df2018f0071d586d8c74fe89b3ebe61cbfc.zip |
- Convert to new perl framework
- Trim Makefile header
Diffstat (limited to 'mail/im')
-rw-r--r-- | mail/im/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/mail/im/Makefile b/mail/im/Makefile index c8d0ea20b349..80142fc7d5cb 100644 --- a/mail/im/Makefile +++ b/mail/im/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: IM -# Date created: 13 November 1997 -# Whom: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> -# +# Created by: Kiriyama Kazuhiko <kiri@kiri.toba-cmt.ac.jp> # $FreeBSD$ -# PORTNAME= im PORTVERSION= 151 @@ -13,7 +9,7 @@ MASTER_SITES= http://tats.haun.org/im/ MAINTAINER= ports@FreeBSD.org COMMENT= Set of user interfaces of Email and NetNews -USE_PERL5= yes +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-hostname=_domain_of_your_mail_address_ MAKE_ARGS= prefix=${PREFIX} imlibdir=${ETCDIR} |