diff options
author | asami <asami@FreeBSD.org> | 1997-09-09 17:26:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-09 17:26:31 +0800 |
commit | 8d5809affcc67f5b293b703951a01ca22235ffa2 (patch) | |
tree | 2081ef592a9ceeff799bb7a3849ca4554991a1f7 /mail | |
parent | 209620a15c9b7c471fcbd6e077062d85d9f3e631 (diff) | |
download | freebsd-ports-gnome-8d5809affcc67f5b293b703951a01ca22235ffa2.tar.gz freebsd-ports-gnome-8d5809affcc67f5b293b703951a01ca22235ffa2.tar.zst freebsd-ports-gnome-8d5809affcc67f5b293b703951a01ca22235ffa2.zip |
Use ?= to define PKGNAME, or include from xpbiff-youbin won't override it.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xpbiff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/xpbiff/Makefile b/mail/xpbiff/Makefile index f27f95ddc0cb..c83b8d423c00 100644 --- a/mail/xpbiff/Makefile +++ b/mail/xpbiff/Makefile @@ -3,10 +3,10 @@ # Date created: 2 April 1997 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1997/08/24 15:44:03 itojun Exp $ +# $Id: Makefile,v 1.2 1997/08/29 08:25:21 obrien Exp $ DISTNAME= xpbiff -PKGNAME= xpbiff-1.27 +PKGNAME?= xpbiff-1.27 CATEGORIES= mail MASTER_SITES= ftp://ftp.ics.es.osaka-u.ac.jp/pub/xpbiff/ DISTFILES= xpbiff-1.27-with-YOUBIN.tar.gz.uu |