diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | c99c6009443219fbcb10c1baf7b6d0c93975f58a (patch) | |
tree | 979eeecc24182fdbefd4b376f9c47b344f7780cb /graphics/spigot | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/spigot')
-rw-r--r-- | graphics/spigot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/spigot/Makefile b/graphics/spigot/Makefile index 9e249672afc2..e8afe253a6b8 100644 --- a/graphics/spigot/Makefile +++ b/graphics/spigot/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: libspigot.a -# Version required: 1.7 # Date Created: Fri Sep 15 10:04:46 CDT 1995 # Whom: james@cs.uwm.edu # # $FreeBSD$ # -DISTNAME= spigot-1.7 +PORTNAME= spigot +PORTVERSION= 1.7 CATEGORIES= graphics MASTER_SITES= http://people.FreeBSD.org/~fenner/distfiles/ DISTFILES= spigot.1.7.tar.gz |