diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-16 10:43:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-16 10:43:59 +0000 |
commit | 64fc9bf2b37afe30868a3266d0e3456303259a7b (patch) | |
tree | 20c23c749568e8a265f7f2693a3265776c6277bd /print/dviselect | |
parent | 79faaf1d61dc24f47abc5d6150cc9aecf17b4055 (diff) | |
download | ports-64fc9bf2b37afe30868a3266d0e3456303259a7b.tar.gz ports-64fc9bf2b37afe30868a3266d0e3456303259a7b.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).
Notes
Notes:
svn path=/head/; revision=1765
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/ |