diff options
-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 eccf44f9b1de..8e2cafeaca85 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 b5ea9f0e910d..34935252ad8e 100644 --- a/graphics/camediaplay/distinfo +++ b/graphics/camediaplay/distinfo @@ -1 +1 @@ -MD5 (camediaplay-971009.tar.gz) = da60d089b5fa7d235c232b72bbcfed59 +MD5 (camediaplay-971231-beta.tar.gz) = c1c69ee49202b2ef23b51f347cf1e893 |