diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-12 12:36:49 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-12-12 12:36:49 +0000 |
commit | f720e792b99f8926c547e53e8972887ac027e574 (patch) | |
tree | 9932ea64a8414e5ab85e0a62db334da90f64b675 /mail/xpbiff | |
parent | c6c3559a2a3cc50267597a7aa5f6fc5c1ca80847 (diff) | |
download | ports-f720e792b99f8926c547e53e8972887ac027e574.tar.gz ports-f720e792b99f8926c547e53e8972887ac027e574.zip |
Notes
Diffstat (limited to 'mail/xpbiff')
-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 |