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/xpx | |
parent | There was one PKGNAME hiding inside an .if. (diff) |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Notes
Notes:
svn path=/head/; revision=27514
Diffstat (limited to 'graphics/xpx')
-rw-r--r-- | graphics/xpx/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index ac1b8193f453..af0560736e90 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -1,15 +1,15 @@ # ports collection makefile for: xpx -# Version required: 1.41 # Date created: 25 Oct 1998 # Whom: Seiichirou Hiraoka # # $FreeBSD$ # -DISTNAME= xpx141 -PKGNAME= xpx-1.41 +PORTNAME= xpx +PORTVERSION= 1.41 CATEGORIES= graphics MASTER_SITES= http://www.oersted.co.jp/~yav/soft/xpx/ +DISTNAME= xpx141 MAINTAINER= flathill@FreeBSD.org |