diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 19:43:33 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-05-01 19:43:33 +0000 |
commit | cc8659b76ea3b7adae26d4f4ccc6174773d4b74b (patch) | |
tree | 0c1952a7d1bc21bf2460c98305716f3555873f8c /comms/smstools/files/patch-Makefile | |
parent | Update to the 20050501 snapshot of GCC 4.1.0. This contains a patch I (diff) |
Tools to handle Short Message Service
PR: ports/80511
Submitted by: Benny Kjrgaard <benny@catpipe.net>
Notes
Notes:
svn path=/head/; revision=134464
Diffstat (limited to 'comms/smstools/files/patch-Makefile')
-rw-r--r-- | comms/smstools/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/comms/smstools/files/patch-Makefile b/comms/smstools/files/patch-Makefile new file mode 100644 index 000000000000..473ea07d0cb7 --- /dev/null +++ b/comms/smstools/files/patch-Makefile @@ -0,0 +1,14 @@ +--- Makefile.orig Sat Nov 6 16:09:09 2004 ++++ Makefile Sat Nov 6 16:09:24 2004 +@@ -1,9 +1,8 @@ + # Makefile + +-VERSION=$(shell grep package_version src/version.h | cut -f2) +- ++all: compile + compile: +- cd src && $(MAKE) -$(MAKEFLAGS) ++ cd src && $(MAKE) + + install: compile + ./install.sub |