diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-16 17:37:12 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-01-16 17:37:12 +0000 |
commit | 41128e255472f4a6d33b7aa4c05e8e37117086f1 (patch) | |
tree | 00d1db76c7d5dae8c2fff27f613d4bd9f89bb8ff /graphics/camediaplay | |
parent | 039c2221f0086c47000823248233e655f686bed1 (diff) | |
download | ports-41128e255472f4a6d33b7aa4c05e8e37117086f1.tar.gz ports-41128e255472f4a6d33b7aa4c05e8e37117086f1.zip |
Notes
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 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 |