diff options
author | erwin <erwin@FreeBSD.org> | 2003-12-12 20:36:49 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2003-12-12 20:36:49 +0800 |
commit | 49163054d32e6c5cb485aa698549efe0fc2436bb (patch) | |
tree | dbd71beb22df6bd821b736946bcfec48b2f895db /mail | |
parent | 940576197c190e296c96abcf51cc2e7d69a08d9c (diff) | |
download | freebsd-ports-gnome-49163054d32e6c5cb485aa698549efe0fc2436bb.tar.gz freebsd-ports-gnome-49163054d32e6c5cb485aa698549efe0fc2436bb.tar.zst freebsd-ports-gnome-49163054d32e6c5cb485aa698549efe0fc2436bb.zip |
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.
Diffstat (limited to 'mail')
-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 |