diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 09:26:31 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-09-09 09:26:31 +0000 |
commit | ac66f02b9d34791fdb2b94a2a051a3e8446cd171 (patch) | |
tree | 484da5afd766ecccbabc7719aea3fb1880d30d10 /mail/xpbiff | |
parent | 1ca6d272c052a0ed0a8eb4ee05982fe1049cc784 (diff) |
Use ?= to define PKGNAME, or include from xpbiff-youbin won't override it.
Notes
Notes:
svn path=/head/; revision=7832
Diffstat (limited to 'mail/xpbiff')
-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 |