aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/dcraw/Makefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2006-01-08 08:08:31 +0800
committerpav <pav@FreeBSD.org>2006-01-08 08:08:31 +0800
commit4e0ce79819a14ec8627022d455637c43c6dbab20 (patch)
tree0986804c614986f2668e4f942b3a8b5aa7cba0c8 /graphics/dcraw/Makefile
parenta040e57d2cbdad2371b856fdb31c6f6c71a5ee1f (diff)
downloadfreebsd-ports-gnome-4e0ce79819a14ec8627022d455637c43c6dbab20.tar.gz
freebsd-ports-gnome-4e0ce79819a14ec8627022d455637c43c6dbab20.tar.zst
freebsd-ports-gnome-4e0ce79819a14ec8627022d455637c43c6dbab20.zip
- Update to 7.94
PR: ports/91432 Submitted by: Andrew Pantyukhin <infofarmer@gmail.com> Approved by: Arjan van Leeuwen <avleeuwen@piwebs.com> (maintainer)
Diffstat (limited to 'graphics/dcraw/Makefile')
-rw-r--r--graphics/dcraw/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/dcraw/Makefile b/graphics/dcraw/Makefile
index bb70220a3d84..251801facc46 100644
--- a/graphics/dcraw/Makefile
+++ b/graphics/dcraw/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= dcraw
-PORTVERSION= 1.289
+PORTVERSION= 7.94
CATEGORIES= graphics
-MASTER_SITES= http://www.piwebs.com/distfiles/${PORTNAME}/
+MASTER_SITES= http://bsd.gubkin.ru/myports/ \
+ http://www.piwebs.com/distfiles/${PORTNAME}/
MAINTAINER= avleeuwen@piwebs.com
COMMENT= Decoder for RAW files from digital cameras
@@ -20,10 +21,8 @@ USE_BZIP2= yes
MAN1= dcraw.1
PLIST_FILES= bin/dcraw
-.include <bsd.port.pre.mk>
-
-do-install::
+do-install:
${INSTALL_PROGRAM} ${WRKSRC}/dcraw ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/dcraw.1 ${PREFIX}/man/man1
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>