diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 10:48:02 +0000 |
commit | a8c06149e5158eafa30980b35685f740cdec1af3 (patch) | |
tree | 68c9fd7effa302b4cf99ebe21b0ddeef139a874e /graphics/xmovie | |
parent | e1fa988021605b6f3e83056e005e6e5e549b9a94 (diff) | |
download | FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.zip FreeBSD-ports-a8c06149e5158eafa30980b35685f740cdec1af3.tar.gz |
Convert to PORTNAME/PORTVERSION. lfview had an invalid version
string so I fixed it.
Diffstat (limited to 'graphics/xmovie')
-rw-r--r-- | graphics/xmovie/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xmovie/Makefile b/graphics/xmovie/Makefile index b8ee701..0d5f5ec 100644 --- a/graphics/xmovie/Makefile +++ b/graphics/xmovie/Makefile @@ -1,17 +1,17 @@ # New ports collection makefile for: xmovie -# Version required: 1.3 # Date created: 20 December 1998 # Whom: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> # # $FreeBSD$ # -DISTNAME= xmovie-i586-1.3.1 -PKGNAME= xmovie-1.3.1 +PORTNAME= xmovie +PORTVERSION= 1.3.1 CATEGORIES= graphics linux MASTER_SITES= http://people.FreeBSD.org/~imura/distfiles/ # Distfile has no version info. The original site is below. # MASTER_SITES= http://heroine.linuxbox.com/ +DISTNAME= ${PORTNAME}-i586-${PORTVERSION} PATCH_SITES= ${RPM_MIRRORS:S/__DIR__/${STDDIR}/g} PATCHFILES= ${RPM_LIBJPEG} ${RPM_LIBPNG} |