diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-03-06 08:20:19 +0000 |
commit | 54bfe2c902cde13968f2c7ded67c038f02995791 (patch) | |
tree | bf954f87e659067d4ad81c04c0c6b322249998c4 /graphics/xpdf | |
parent | Delete all references to the variable ${KEYWORD} that never quite flew. (diff) |
Remove ${KEYWORDS}.
Notes
Notes:
svn path=/head/; revision=2780
Diffstat (limited to 'graphics/xpdf')
-rw-r--r-- | graphics/xpdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index dc6a92154dc2..a357c8020c01 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -3,12 +3,11 @@ # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id: Makefile,v 1.1.1.1 1996/02/10 20:33:08 fenner Exp $ +# $Id: Makefile,v 1.2 1996/02/11 03:06:46 asami Exp $ # DISTNAME= xpdf-0.3 CATEGORIES+= graphics -KEYWORDS= pdf "Portable Document Format" adobe acrobat MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/ EXTRACT_SUFX= .tar.gz |