diff options
author | max <max@FreeBSD.org> | 1997-06-10 06:27:12 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-10 06:27:12 +0800 |
commit | 2446d972a2752b939f324e68d94333581daae4b1 (patch) | |
tree | 16348de0601eeb82a598582c235c5305445a4793 /multimedia/xanim/Makefile | |
parent | 8c71fed6e611676efdd40e4e63aa64ab8c4a5769 (diff) | |
download | freebsd-ports-gnome-2446d972a2752b939f324e68d94333581daae4b1.tar.gz freebsd-ports-gnome-2446d972a2752b939f324e68d94333581daae4b1.tar.zst freebsd-ports-gnome-2446d972a2752b939f324e68d94333581daae4b1.zip |
Upgrade, 2.70.6.3 -> 2.70.6.4.
PR: 3814
Submitted by: Brian Handy <handy@lambic.space.lockheed.com>
Diffstat (limited to 'multimedia/xanim/Makefile')
-rw-r--r-- | multimedia/xanim/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/multimedia/xanim/Makefile b/multimedia/xanim/Makefile index e5ddbe2d0331..d259fc9c03a2 100644 --- a/multimedia/xanim/Makefile +++ b/multimedia/xanim/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: xanim -# Version required: 2.70.6.3 +# Version required: 2.70.6.4 # Date created: Sat Nov 5 11:43:03 PST 1994 # Whom: piero # -# $Id: Makefile,v 1.10 1996/11/18 11:29:30 asami Exp $ +# $Id: Makefile,v 1.11 1996/12/07 01:06:25 asami Exp $ # -DISTNAME= xanim27063 -PKGNAME= xanim-2.70.6.3 +DISTNAME= xanim27064 +PKGNAME= xanim-2.70.6.4 CATEGORIES= graphics x11 MASTER_SITES= ftp://xanim.va.pubnix.com/\ ftp://xanim.va.pubnix.com/modules/ @@ -17,6 +17,8 @@ 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 USE_IMAKE= yes +MAN1= xanim.1 +MANCOMPRESSED= yes post-extract: @for file in ${EXTRA_FILES}; do \ |