diff options
author | asami <asami@FreeBSD.org> | 1995-05-16 18:43:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-05-16 18:43:59 +0800 |
commit | f3ae28b9f8bc262a7095c57c819bd1c685030776 (patch) | |
tree | 8785434857a7d0969c51937683de41af376bb3d5 /print/dviselect | |
parent | 0af6915b6e7941b392753b97664a4e21f2d2c099 (diff) | |
download | freebsd-ports-gnome-f3ae28b9f8bc262a7095c57c819bd1c685030776.tar.gz freebsd-ports-gnome-f3ae28b9f8bc262a7095c57c819bd1c685030776.tar.zst freebsd-ports-gnome-f3ae28b9f8bc262a7095c57c819bd1c685030776.zip |
Add "PKGNAME=dviselect-1.3". According to Jean-Marc, there is no
chance of this code being updated so assign one ourselves. This
particular number ("1.3") is taken from the rcsid of dviselect.c (in
fact the only source file for this program).
Diffstat (limited to 'print/dviselect')
-rw-r--r-- | print/dviselect/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/dviselect/Makefile b/print/dviselect/Makefile index efd437ab4f4c..ac73d7683c51 100644 --- a/print/dviselect/Makefile +++ b/print/dviselect/Makefile @@ -3,10 +3,11 @@ # Date created: 12 October 1994 # Whom: jmz # -# $Id$ +# $Id: Makefile,v 1.6 1995/04/15 04:33:44 asami Exp $ # DISTNAME= dviselect +PKGNAME= dviselect-1.3 CATEGORIES+= printing MASTER_SITES= ftp://ftp.cs.umn.edu/pub/latex/software/ |