diff options
author | tg <tg@FreeBSD.org> | 1998-04-28 19:50:20 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1998-04-28 19:50:20 +0800 |
commit | ed01280e32c4bed32a1e3466bfe515053d273925 (patch) | |
tree | 858abea0d3005fa4030187d1fbeeeefaf69fc9f3 /multimedia/xanim/Makefile | |
parent | 0d39005b81f3a95e15df97bbf455be5d7aebee30 (diff) | |
download | freebsd-ports-gnome-ed01280e32c4bed32a1e3466bfe515053d273925.tar.gz freebsd-ports-gnome-ed01280e32c4bed32a1e3466bfe515053d273925.tar.zst freebsd-ports-gnome-ed01280e32c4bed32a1e3466bfe515053d273925.zip |
Upgrade to 2.70.7.0.
PR: 6435
Submitted by: Donald Burr <dburr@POBoxes.com>
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r-- | multimedia/xanim/Makefile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index d259fc9c03a2..dc0b0d3d9564 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -3,16 +3,18 @@ # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # -# $Id: Makefile,v 1.11 1996/12/07 01:06:25 asami Exp $ +# $Id: Makefile,v 1.12 1997/06/09 22:27:11 max Exp $ # -DISTNAME= xanim27064 -PKGNAME= xanim-2.70.6.4 +DISTNAME= xanim27070 +PKGNAME= xanim-2.70.7.0 CATEGORIES= graphics x11 -MASTER_SITES= ftp://xanim.va.pubnix.com/\ +MASTER_SITES= ftp://xanim.va.pubnix.com/ \ ftp://xanim.va.pubnix.com/modules/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_FILES} +MAINTAINER= ports@FreeBSD.ORG + EXTRACT_ONLY= ${DISTNAME}.tar.gz EXTRA_FILES= xa2.0_cvid_netbsd386.o.Z xa2.0_iv32_netbsd386.o.Z \ xa1.0_cyuv_netbsd386.o.Z @@ -22,8 +24,9 @@ MANCOMPRESSED= yes post-extract: @for file in ${EXTRA_FILES}; do \ - cp ${DISTDIR}/$$file ${WRKSRC}; \ + ${CP} ${DISTDIR}/$$file ${WRKSRC}; \ uncompress ${WRKSRC}/$$file; \ done + ${CP} ${WRKSRC}/docs/xanim.man ${WRKSRC} .include <bsd.port.mk> |