diff options
author | jkh <jkh@FreeBSD.org> | 1998-01-17 01:37:12 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1998-01-17 01:37:12 +0800 |
commit | a59a782ef4a11bf6ddc9a51ad14309724659a608 (patch) | |
tree | 73189836f1f01b935510b2809caa190c0c9f6640 /graphics/camediaplay | |
parent | a2c4b7400bea2b1b9dd41739df6b8f223f280ad4 (diff) | |
download | freebsd-ports-graphics-a59a782ef4a11bf6ddc9a51ad14309724659a608.tar.gz freebsd-ports-graphics-a59a782ef4a11bf6ddc9a51ad14309724659a608.tar.zst freebsd-ports-graphics-a59a782ef4a11bf6ddc9a51ad14309724659a608.zip |
Update to camediaplay-971231-beta
Submitted by: itojun@itojun.org
Diffstat (limited to 'graphics/camediaplay')
-rw-r--r-- | graphics/camediaplay/Makefile | 8 | ||||
-rw-r--r-- | graphics/camediaplay/distinfo | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/graphics/camediaplay/Makefile b/graphics/camediaplay/Makefile index eccf44f9b1d..8e2cafeaca8 100644 --- a/graphics/camediaplay/Makefile +++ b/graphics/camediaplay/Makefile @@ -3,10 +3,10 @@ # Date created: 2 May 1997 # Whom: Jun-ichiro itojun Itoh <itojun@itojun.org> # -# $Id: Makefile,v 1.7 1997/09/11 09:53:26 itojun Exp $ +# $Id: Makefile,v 1.8 1997/10/09 16:10:51 itojun Exp $ # -DISTNAME= camediaplay-971009 +DISTNAME= camediaplay-971231-beta CATEGORIES= graphics MASTER_SITES= ftp://ftp.itojun.org/pub/digi-cam/C-400L/unix/ \ ftp://ftp.digipri.co.jp/pub/free-software/Olympus/C-400L/unix/ @@ -18,6 +18,10 @@ HAS_CONFIGURE= yes DOC= README.english README.japanese PROTOCOL +# Work-around not being able to apply patches with locked RCS files present. +pre-patch: + ${RM} -rf ${WRKSRC}/../src/RCS + post-install: ${MKDIR} ${PREFIX}/share/doc/camediaplay for i in ${DOC}; do \ diff --git a/graphics/camediaplay/distinfo b/graphics/camediaplay/distinfo index b5ea9f0e910..34935252ad8 100644 --- a/graphics/camediaplay/distinfo +++ b/graphics/camediaplay/distinfo @@ -1 +1 @@ -MD5 (camediaplay-971009.tar.gz) = da60d089b5fa7d235c232b72bbcfed59 +MD5 (camediaplay-971231-beta.tar.gz) = c1c69ee49202b2ef23b51f347cf1e893 |