diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-08-31 05:11:40 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-08-31 05:11:40 +0000 |
commit | a3135acce0e57a6c8431304618a434f667dec3db (patch) | |
tree | 9103990c966a56598d57cba2d022c06d9ec5fa08 /x11-fonts/getbdf | |
parent | Remove "getbdf - " from front of one-liner. (diff) |
Version number is always required for package.
Diffstat (limited to 'x11-fonts/getbdf')
-rw-r--r-- | x11-fonts/getbdf/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-fonts/getbdf/Makefile b/x11-fonts/getbdf/Makefile index 6163ce22455c..263213ba9cb9 100644 --- a/x11-fonts/getbdf/Makefile +++ b/x11-fonts/getbdf/Makefile @@ -1,11 +1,13 @@ # New ports collection makefile for: getbdf +# Version required: ? # Date created: 30 August 1996 # Whom: ache # -# $Id: Makefile,v 1.1.1.1 1996/08/30 20:13:59 ache Exp $ +# $Id: Makefile,v 1.2 1996/08/30 22:26:49 ache Exp $ # DISTNAME= getbdf +PKGNAME= getbdf-1.0 CATEGORIES+= x11 MASTER_SITES= ftp://ftp.ipa.fhg.de/pub/X/ EXTRACT_SUFX= .tar.Z |