patches/tidy-01-051026.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 505 d146303e26fd
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
505
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     1
diff -uNr tidy_orig/build/gmake/Makefile tidy/build/gmake/Makefile
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     2
--- tidy_orig/build/gmake/Makefile	2007-09-04 08:27:50.001972000 +0530
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     3
+++ tidy/build/gmake/Makefile	2007-09-04 08:56:39.383048000 +0530
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     4
@@ -58,8 +58,8 @@
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     5
 PROJECT=tidy
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     6
 
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     7
 # Installation variables.  Spaces OK, only dir create and file copy operations.
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     8
-runinst_prefix=/usr/local
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
     9
-devinst_prefix=/usr/local
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    10
+runinst_prefix=${DESTDIR}/usr/local
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    11
+devinst_prefix=${DESTDIR}/usr/local
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    12
 
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    13
 bininst = ${runinst_prefix}/bin
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    14
 libinst = ${devinst_prefix}/lib
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    15
@@ -220,4 +220,4 @@
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    16
 	if [ ! -d "$(maninst)/man1" ]; then mkdir -p "$(maninst)/man1"; fi;
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    17
 	cp -f $(DOCDIR)/tidy.1 "$(maninst)/man1/tidy.1";
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    18
 
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    19
-install: installhdrs installib installmanpage installexes
d146303e26fd Uploading the 29 spec outputs from the hackathon
opensoars
parents:
diff changeset
    20
+install: installhdrs installib installexes