diff options
author | max <max@FreeBSD.org> | 1997-06-08 03:47:09 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-06-08 03:47:09 +0800 |
commit | 52371bf11ff74a922df6477f928c21306bcddab8 (patch) | |
tree | fc5723742f320704ed6f53961ef5cb472ea93897 /x11/xmascot | |
parent | cdbe18dfba2e793a97eceb2400a1cb2ddf4a4a81 (diff) | |
download | freebsd-ports-gnome-52371bf11ff74a922df6477f928c21306bcddab8.tar.gz freebsd-ports-gnome-52371bf11ff74a922df6477f928c21306bcddab8.tar.zst freebsd-ports-gnome-52371bf11ff74a922df6477f928c21306bcddab8.zip |
Upgrade, 2.5 -> 2.5p2.
PR: 3774
Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp
Reviewed & modified by: max
Diffstat (limited to 'x11/xmascot')
-rw-r--r-- | x11/xmascot/Makefile | 14 | ||||
-rw-r--r-- | x11/xmascot/distinfo | 2 | ||||
-rw-r--r-- | x11/xmascot/pkg-plist | 2 |
3 files changed, 10 insertions, 8 deletions
diff --git a/x11/xmascot/Makefile b/x11/xmascot/Makefile index 7c966285fa97..085f2d954471 100644 --- a/x11/xmascot/Makefile +++ b/x11/xmascot/Makefile @@ -1,19 +1,21 @@ # New ports collection makefile for: xmascot -# Version required: 2.5 +# Version required: 2.5p2 # Date created: 20 November 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1996/11/19 12:23:50 asami Exp $ # -DISTNAME= xmascot2.5 -PKGNAME= xmascot-2.5 +DISTNAME= xmascot2.5p2 +PKGNAME= xmascot-2.5p2 CATEGORIES= x11 -MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ \ - ftp://ftp.pu-toyama.ac.jp/pub/.4/ftpmail/cclub.tutcc.tut.ac.jp/pub/xmascot/ +MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xmascot/ MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp +USE_GMAKE= yes USE_IMAKE= yes +MAN1= xmascot.1 +MANCOMPRESSED= yes .include <bsd.port.mk> diff --git a/x11/xmascot/distinfo b/x11/xmascot/distinfo index 16621464e763..60d80cef7034 100644 --- a/x11/xmascot/distinfo +++ b/x11/xmascot/distinfo @@ -1 +1 @@ -MD5 (xmascot2.5.tar.gz) = 5023f4ca575fe935f1914d7db502cf4e +MD5 (xmascot2.5p2.tar.gz) = 4e953fbbc347086a12a894bfe8ca440b diff --git a/x11/xmascot/pkg-plist b/x11/xmascot/pkg-plist index 77f6d65c38d6..6bc6725164cc 100644 --- a/x11/xmascot/pkg-plist +++ b/x11/xmascot/pkg-plist @@ -1,3 +1,4 @@ +bin/xmascot lib/X11/xmascot/pin.mag lib/X11/xmascot/chain.mag lib/X11/xmascot/mail_r.mag @@ -19,5 +20,4 @@ lib/X11/xmascot/mi2.au lib/X11/xmascot/mi2.raw lib/X11/xmascot/mitime.au lib/X11/xmascot/mitime.raw -bin/xmascot man/man1/xmascot.1.gz |