diff options
author | asami <asami@FreeBSD.org> | 1996-10-16 09:36:33 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-16 09:36:33 +0800 |
commit | 15f264540812a4f473305ffc1966d74e0935a88b (patch) | |
tree | 219c252f832fe739bac5afe72bbf0484a7f20f66 /x11 | |
parent | bd69ed45c036b8f97e4311395c2db2c6e43e7db3 (diff) | |
download | freebsd-ports-gnome-15f264540812a4f473305ffc1966d74e0935a88b.tar.gz freebsd-ports-gnome-15f264540812a4f473305ffc1966d74e0935a88b.tar.zst freebsd-ports-gnome-15f264540812a4f473305ffc1966d74e0935a88b.zip |
Uncomment PKGNAME, it's different from DISTNAME so it's needed.
Diffstat (limited to 'x11')
-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 |