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/lfview/Makefile | |
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/lfview/Makefile')
-rw-r--r-- | graphics/lfview/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/lfview/Makefile b/graphics/lfview/Makefile index 842cf1e21540..ce78957848cd 100644 --- a/graphics/lfview/Makefile +++ b/graphics/lfview/Makefile @@ -1,22 +1,20 @@ # ports collection makefile for: lfview -# Version required: 1.1beta2 # Date created: 24 February 1999 # Whom: Yuu Yashiki # # $FreeBSD$ # -DISTNAME= lfview11beta3 -PKGNAME= lfview-1.1b3 +PORTNAME= lfview +PORTVERSION= 1.1.b3 CATEGORIES= graphics MASTER_SITES= http://www.geocities.co.jp/Playtown/6344/ +DISTNAME= lfview11beta3 EXTRACT_SUFX= .tgz MAINTAINER= s974123@cc.matsuyama-u.ac.jp -WRKSRC= ${WRKDIR}/lfview11beta3 USE_IMAKE= yes - NO_INSTALL_MANPAGES= yes do-install: |