diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 01:36:33 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-10-16 01:36:33 +0000 |
commit | 084e12c7fe44116f671102d55a40c753c83673b2 (patch) | |
tree | 1282a88e84e2ef4e87da2d5ea5045373822d264e /x11/tkgoodstuff | |
parent | d24c4ad9a3d55a8dbbebda0d04dc23686850ce9e (diff) | |
download | ports-084e12c7fe44116f671102d55a40c753c83673b2.tar.gz ports-084e12c7fe44116f671102d55a40c753c83673b2.zip |
Uncomment PKGNAME, it's different from DISTNAME so it's needed.
Notes
Notes:
svn path=/head/; revision=3993
Diffstat (limited to 'x11/tkgoodstuff')
-rw-r--r-- | x11/tkgoodstuff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile index dbfbe8c34f6f..d3d8eef6df1c 100644 --- a/x11/tkgoodstuff/Makefile +++ b/x11/tkgoodstuff/Makefile @@ -3,11 +3,11 @@ # Date created: 7 Oct 1996 # Whom: pst # -# $Id: Makefile,v 1.1.1.1 1996/10/08 04:45:57 pst Exp $ +# $Id: Makefile,v 1.2 1996/10/10 05:50:17 pst Exp $ # -#PKGNAME= tkgoodstuff-4.1 DISTNAME= tkgoodstuff4.1 +PKGNAME= tkgoodstuff-4.1 CATEGORIES+= x11 MASTER_SITES= ftp://merv.philosophy.lsa.umich.edu/pub/ EXTRACT_SUFX= .tgz |