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/Makefile | |
parent | a2c4b7400bea2b1b9dd41739df6b8f223f280ad4 (diff) | |
download | freebsd-ports-gnome-a59a782ef4a11bf6ddc9a51ad14309724659a608.tar.gz freebsd-ports-gnome-a59a782ef4a11bf6ddc9a51ad14309724659a608.tar.zst freebsd-ports-gnome-a59a782ef4a11bf6ddc9a51ad14309724659a608.zip |
Update to camediaplay-971231-beta
Submitted by: itojun@itojun.org
Diffstat (limited to 'graphics/camediaplay/Makefile')
-rw-r--r-- | graphics/camediaplay/Makefile | 8 |
1 files changed, 6 insertions, 2 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 \ |