aboutsummaryrefslogtreecommitdiff
path: root/astro/xmoontool
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-07-26 16:51:15 +0000
commit9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 (patch)
tree9b071a8105704e992946dcd6b801e9fcb7635142 /astro/xmoontool
parent5a20e7990eb544509174d617d359bf0d4ac64737 (diff)
downloadports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.tar.gz
ports-9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896.zip
Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419133
Diffstat (limited to 'astro/xmoontool')
-rw-r--r--astro/xmoontool/files/patch-Makefile10
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