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 | Spell NOPORTDOCS correctly in Cyrille Lefevre's ports. (diff) |
Make PORTNAME, PORTVERSION, MAINTAINER and COMMENT overrideable again
which seems to be accidentally committed in the previous commit
judging from the cvs log message. This should fix INDEX builds.
Notes
Notes:
svn path=/head/; revision=95658
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 |