summaryrefslogtreecommitdiff
path: root/graphics/exiftags/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/exiftags/patches/patch-aa')
-rw-r--r--graphics/exiftags/patches/patch-aa35
1 files changed, 14 insertions, 21 deletions
diff --git a/graphics/exiftags/patches/patch-aa b/graphics/exiftags/patches/patch-aa
index 7c871586d0f..b9e8ce3f0b8 100644
--- a/graphics/exiftags/patches/patch-aa
+++ b/graphics/exiftags/patches/patch-aa
@@ -1,34 +1,27 @@
-$NetBSD: patch-aa,v 1.3 2004/05/20 17:41:39 minskim Exp $
+$NetBSD: patch-aa,v 1.4 2005/07/01 12:54:09 adam Exp $
---- Makefile.orig 2004-05-07 00:46:29.000000000 -0500
+--- Makefile.orig 2005-01-05 00:30:32.000000000 +0000
+++ Makefile
-@@ -12,12 +12,12 @@ MKRS=makers.o canon.o olympus.o fuji.o n
- NOMKRS=makers_stub.o
-
+@@ -14,9 +14,9 @@ NOMKRS=makers_stub.o
#
--# A few parameters...
-+# Use pkgsrc defaults
+ # A few parameters...
#
-CC=cc
--DEBUG=
--CFLAGS=$(DEBUG)
--PREFIX=/usr/local
+#CC=cc
-+#DEBUG=
+ DEBUG=
+-CFLAGS=$(DEBUG)
+#CFLAGS=$(DEBUG)
-+#PREFIX=/usr/local
+ DESTDIR=
- OBJS=exif.o tagdefs.o exifutil.o exifgps.o jpeg.o
- HDRS=exif.h exifint.h jpeg.h makers.h
-@@ -44,9 +44,5 @@ clean:
+ prefix=/usr/local
+@@ -49,8 +49,5 @@ clean:
timevary.o exiftags exifcom exiftime
install: all
-- cp exiftags exifcom exiftime $(PREFIX)/bin
-- chmod a+x $(PREFIX)/bin/exiftags $(PREFIX)/bin/exifcom \
-- $(PREFIX)/bin/exiftime
-- cp exiftags.1 exifcom.1 exiftime.1 $(PREFIX)/man/man1
-- chmod a+r $(PREFIX)/man/man1/exiftags.1 $(PREFIX)/man/man1/exifcom.1 \
-- $(PREFIX)/man/man1/exiftime.1
+- cp exiftags exifcom exiftime $(bindir)
+- chmod 0755 $(bindir)/exiftags $(bindir)/exifcom $(bindir)/exiftime
+- cp exiftags.1 exifcom.1 exiftime.1 $(mandir)/man1
+- chmod 0644 $(mandir)/man1/exiftags.1 $(mandir)/man1/exifcom.1 \
+- $(mandir)/man1/exiftime.1
+ ${BSD_INSTALL_PROGRAM} exiftags exifcom exiftime ${PREFIX}/bin
+ ${BSD_INSTALL_MAN} exiftags.1 exifcom.1 exiftime.1 ${PREFIX}/man/man1