freebsd-ports/comms/smstools/files/patch-Makefile
Sergey Matveychuk cc8659b76e Tools to handle Short Message Service
PR:		ports/80511
Submitted by:	Benny Kjrgaard <benny@catpipe.net>
2005-05-01 19:43:33 +00:00

14 lines
293 B
Text

--- 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