diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 10:03:23 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-10-20 10:03:23 +0000 |
commit | 8996b7fad50c41f2618b36db10de7f8325bc8ef4 (patch) | |
tree | 14bcfff0f72aae732cce374db5724b05781c1697 /x11-wm | |
parent | 5e8fd9c69fac01831e7fa615104422cfc1779427 (diff) | |
download | ports-8996b7fad50c41f2618b36db10de7f8325bc8ef4.tar.gz ports-8996b7fad50c41f2618b36db10de7f8325bc8ef4.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matwm2/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/matwm2/distinfo | 6 | ||||
-rw-r--r-- | x11-wm/matwm2/files/patch-Makefile | 37 |
3 files changed, 23 insertions, 22 deletions
diff --git a/x11-wm/matwm2/Makefile b/x11-wm/matwm2/Makefile index bcf38e9526c2..2aa272948af7 100644 --- a/x11-wm/matwm2/Makefile +++ b/x11-wm/matwm2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= matwm2 -PORTVERSION= 0.0.75 +PORTVERSION= 0.0.80 CATEGORIES= x11-wm MASTER_SITES= http://www.gatorgitter.com/~maties/ diff --git a/x11-wm/matwm2/distinfo b/x11-wm/matwm2/distinfo index 4b33072262c8..641ccab27066 100644 --- a/x11-wm/matwm2/distinfo +++ b/x11-wm/matwm2/distinfo @@ -1,3 +1,3 @@ -MD5 (matwm2-0.0.75.tar.gz) = 74673df64b6bf5fdda27b0796bfca945 -SHA256 (matwm2-0.0.75.tar.gz) = 524f667b636aed04052e64fbff17243b1c08b09b8726b2eb4e9485455d2dfd26 -SIZE (matwm2-0.0.75.tar.gz) = 36278 +MD5 (matwm2-0.0.80.tar.gz) = 7b66a3f93bdc77487efd3ec543d2feba +SHA256 (matwm2-0.0.80.tar.gz) = 45fa8973d24181e40e610ec1fb8b2b7e2b3580bcdeda002d33c4cb626fe67473 +SIZE (matwm2-0.0.80.tar.gz) = 36956 diff --git a/x11-wm/matwm2/files/patch-Makefile b/x11-wm/matwm2/files/patch-Makefile index 5afe030c2439..c4583114ee65 100644 --- a/x11-wm/matwm2/files/patch-Makefile +++ b/x11-wm/matwm2/files/patch-Makefile @@ -1,24 +1,25 @@ ---- Makefile.orig 2009-10-12 02:38:52.000000000 +0200 -+++ Makefile 2009-10-12 02:41:48.000000000 +0200 +--- Makefile.orig 2009-10-17 16:21:44.000000000 -0400 ++++ Makefile 2009-10-17 21:33:55.000000000 -0400 @@ -1,7 +1,6 @@ --prefix = /usr/local --manprefix = /usr/local --XROOT = /usr/X11R6 --CC = cc -+prefix = ${PREFIX} -+manprefix = ${MANPREFIX} -+XROOT = ${LOCALBASE} +-prefix = /usr/local +-manprefix = /usr/local +-XROOT = /usr/X11R6 +-CC = cc ++prefix = ${PREFIX} ++manprefix = ${MANPREFIX} ++XROOT = ${LOCALBASE} CFLAGS += -DSHAPE -lXext # comment out this line if you haven't got the x extentions library - CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib -@@ -20,8 +19,8 @@ + #CFLAGS += -DDEBUG -ggdb3 # -DDEBUG_EVENTS -DSYNC # for debugging +@@ -19,9 +18,8 @@ + ./makeheader *.c > all.h - install: matwm2 - mkdir -p $(prefix)/bin $(manprefix)/man/man1 -- install -s matwm2 $(prefix)/bin -- install matwm2.1 $(manprefix)/man/man1 -+ ${BSD_INSTALL_PROGRAM} -s matwm2 $(prefix)/bin -+ ${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1 + install: matwm2 +- mkdir -p $(prefix)/bin $(manprefix)/man/man1 +- install -s matwm2 $(prefix)/bin +- install matwm2.1 $(manprefix)/man/man1 ++ ${BSD_INSTALL_PROGRAM} -s matwm2 $(prefix)/bin ++ ${BSD_INSTALL_MAN} matwm2.1 $(manprefix)/man/man1 deinstall: - rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1* + rm -f $(prefix)/bin/matwm2 $(manprefix)/man/man1/matwm2.1* $(manprefix)/man/cat1/matwm2.1* |