diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-07-27 00:51:15 +0800 |
commit | 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch) | |
tree | 9b071a8105704e992946dcd6b801e9fcb7635142 /astro/xmoontool | |
parent | 5a20e7990eb544509174d617d359bf0d4ac64737 (diff) | |
download | freebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz freebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.zst freebsd-ports-gnome-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip |
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.
With hat: portmgr
Sponsored by: Absolight
Diffstat (limited to 'astro/xmoontool')
-rw-r--r-- | astro/xmoontool/files/patch-Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/astro/xmoontool/files/patch-Makefile b/astro/xmoontool/files/patch-Makefile index c63f45a762b7..8b105a88c629 100644 --- a/astro/xmoontool/files/patch-Makefile +++ b/astro/xmoontool/files/patch-Makefile @@ -1,8 +1,8 @@ ---- ./Makefile.orig Fri Feb 24 23:00:24 2006 -+++ ./Makefile Fri Mar 24 10:55:01 2006 -@@ -8,9 +8,9 @@ +--- Makefile.orig 2006-02-24 22:00:24 UTC ++++ Makefile +@@ -8,9 +8,9 @@ INSTALL?= install LOCALBASE?= /usr/local - X11BASE?= /usr/local + X11BASE?= /usr/X11R6 -CC= gcc -CFLAGS= -O2 -Wall @@ -11,5 +11,5 @@ +#CFLAGS= -O2 -Wall +LDFLAGS+= -lXm -lXt -lX11 -lm DEFINES?= -DDEFAULT_COLOR - ALL_CFLAGS= $(CFLAGS) $(DEFINES) -I$(LOCALBASE)/include -L$(LOCALBASE)/lib + ALL_CFLAGS= $(CFLAGS) $(DEFINES) -I$(X11BASE)/include -L$(X11BASE)/lib |