diff options
Diffstat (limited to 'mail/xpbiff/Makefile')
-rw-r--r-- | mail/xpbiff/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index 823a455c922b..67e0e86298bc 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -5,16 +5,16 @@ # $FreeBSD$ # -PORTNAME= xpbiff -PORTVERSION= 1.27 +PORTNAME?= xpbiff +PORTVERSION?= 1.27 PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/xpbiff/ DISTNAME= xpbiff DISTFILES= xpbiff-1.27-with-YOUBIN.tar.gz.uu -MAINTAINER= ports@FreeBSD.org -COMMENT= A replacement for xbiff that handles popup window with mail header +MAINTAINER?= ports@FreeBSD.org +COMMENT?= A replacement for xbiff that handles popup window with mail header USE_IMAKE= yes USE_XPM= yes |