[55132] trunk/dports/graphics/qiv

snc at macports.org snc at macports.org
Thu Aug 6 18:41:54 PDT 2009


Revision: 55132
          http://trac.macports.org/changeset/55132
Author:   snc at macports.org
Date:     2009-08-06 18:41:54 -0700 (Thu, 06 Aug 2009)
Log Message:
-----------
fixed lint. might consider changing this to reinplace instead of patch

Modified Paths:
--------------
    trunk/dports/graphics/qiv/Portfile

Added Paths:
-----------
    trunk/dports/graphics/qiv/files/patch-Makefile.diff

Removed Paths:
-------------
    trunk/dports/graphics/qiv/files/patch-Makefile

Modified: trunk/dports/graphics/qiv/Portfile
===================================================================
--- trunk/dports/graphics/qiv/Portfile	2009-08-07 01:40:14 UTC (rev 55131)
+++ trunk/dports/graphics/qiv/Portfile	2009-08-07 01:41:54 UTC (rev 55132)
@@ -20,4 +20,4 @@
 use_configure    no
 
 # fix path.. /opt/local instead of /use/local
-patchfiles   patch-Makefile
+patchfiles   patch-Makefile.diff

Deleted: trunk/dports/graphics/qiv/files/patch-Makefile
===================================================================
--- trunk/dports/graphics/qiv/files/patch-Makefile	2009-08-07 01:40:14 UTC (rev 55131)
+++ trunk/dports/graphics/qiv/files/patch-Makefile	2009-08-07 01:41:54 UTC (rev 55132)
@@ -1,25 +0,0 @@
---- Makefile.orig	2007-09-03 19:29:51.000000000 -0400
-+++ Makefile	2007-09-03 19:31:13.000000000 -0400
-@@ -4,7 +4,7 @@
- #######################################################################
- 
- # Directory where qiv will be installed under.
--PREFIX = /usr/local
-+PREFIX = $(DESTDIR)/opt/local
- 
- # Font to use for statusbar in fullscreen mode
- STATUSBAR_FONT = "fixed"
-@@ -124,9 +124,11 @@
- 
- install: $(PROGRAM)
- 	@echo "Installing QIV..."
-+	mkdir -p $(PREFIX)/bin
- 	install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
--	install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
--	$(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
-+	mkdir -p $(PREFIX)/share/man/man1
-+	install -m 0644 $(PROGRAM).1 $(PREFIX)/share/man/man1
-+	$(COMPRESS_PROG) $(PREFIX)/share/man/man1/$(PROGRAM).1
- 	@if ./qiv -f ./intro.jpg ; \
- 	then echo "-- Test Passed --" ; \
- 	else echo "-- Test Failed --" ; \

Copied: trunk/dports/graphics/qiv/files/patch-Makefile.diff (from rev 55118, trunk/dports/graphics/qiv/files/patch-Makefile)
===================================================================
--- trunk/dports/graphics/qiv/files/patch-Makefile.diff	                        (rev 0)
+++ trunk/dports/graphics/qiv/files/patch-Makefile.diff	2009-08-07 01:41:54 UTC (rev 55132)
@@ -0,0 +1,25 @@
+--- Makefile.orig	2007-09-03 19:29:51.000000000 -0400
++++ Makefile	2007-09-03 19:31:13.000000000 -0400
+@@ -4,7 +4,7 @@
+ #######################################################################
+ 
+ # Directory where qiv will be installed under.
+-PREFIX = /usr/local
++PREFIX = $(DESTDIR)/opt/local
+ 
+ # Font to use for statusbar in fullscreen mode
+ STATUSBAR_FONT = "fixed"
+@@ -124,9 +124,11 @@
+ 
+ install: $(PROGRAM)
+ 	@echo "Installing QIV..."
++	mkdir -p $(PREFIX)/bin
+ 	install -s -m 0755 $(PROGRAM) $(PREFIX)/bin
+-	install -m 0644 $(PROGRAM).1 $(PREFIX)/man/man1
+-	$(COMPRESS_PROG) $(PREFIX)/man/man1/$(PROGRAM).1
++	mkdir -p $(PREFIX)/share/man/man1
++	install -m 0644 $(PROGRAM).1 $(PREFIX)/share/man/man1
++	$(COMPRESS_PROG) $(PREFIX)/share/man/man1/$(PROGRAM).1
+ 	@if ./qiv -f ./intro.jpg ; \
+ 	then echo "-- Test Passed --" ; \
+ 	else echo "-- Test Failed --" ; \
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090806/bf181a74/attachment.html>


More information about the macports-changes mailing list