diff options
author | asami <asami@FreeBSD.org> | 1996-02-11 11:06:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-02-11 11:06:46 +0800 |
commit | 0625f5562bd12036e03e96e3ba48579401daadf1 (patch) | |
tree | 1ad9d84ea6993cc05c70ae6ed6e3dc2f7745755e /graphics/xpdf | |
parent | 6a87efe496125045d5077dbf652b22b28cad3ec7 (diff) | |
download | freebsd-ports-gnome-0625f5562bd12036e03e96e3ba48579401daadf1.tar.gz freebsd-ports-gnome-0625f5562bd12036e03e96e3ba48579401daadf1.tar.zst freebsd-ports-gnome-0625f5562bd12036e03e96e3ba48579401daadf1.zip |
Remove unnecessary PKGNAME (same as DISTNAME).
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 601dd776c193..dc6a92154dc2 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -3,11 +3,10 @@ # Date created: 02 Feb 1996 # Whom: chuckr@glue.umd.edu # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1996/02/10 20:33:08 fenner Exp $ # DISTNAME= xpdf-0.3 -PKGNAME= xpdf-0.3 CATEGORIES+= graphics KEYWORDS= pdf "Portable Document Format" adobe acrobat MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/xpdf/ |