summaryrefslogtreecommitdiffstats
path: root/misc/zaptel
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2004-05-17 19:20:33 +0000
committersobomax <sobomax@FreeBSD.org>2004-05-17 19:20:33 +0000
commit2e897375767654674e8ea4dc36bd9182e5b186ec (patch)
treed02ed95eb3cf3b730458753a5a809535765dc7ed /misc/zaptel
parent429c596d06fbd1be9b63cd44c3735c734bf7d1a8 (diff)
downloadFreeBSD-ports-2e897375767654674e8ea4dc36bd9182e5b186ec.zip
FreeBSD-ports-2e897375767654674e8ea4dc36bd9182e5b186ec.tar.gz
Update to 0.3.
Diffstat (limited to 'misc/zaptel')
-rw-r--r--misc/zaptel/Makefile2
-rw-r--r--misc/zaptel/distinfo4
-rw-r--r--misc/zaptel/files/patch-ztcfg::Makefile9
3 files changed, 7 insertions, 8 deletions
diff --git a/misc/zaptel/Makefile b/misc/zaptel/Makefile
index b8aa1ec..c2193ef 100644
--- a/misc/zaptel/Makefile
+++ b/misc/zaptel/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= zaptel
-PORTVERSION= 0.2
+PORTVERSION= 0.3
CATEGORIES= misc
MASTER_SITES= http://www.portaone.com/~sobomax/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
diff --git a/misc/zaptel/distinfo b/misc/zaptel/distinfo
index 121ef7d..632d553 100644
--- a/misc/zaptel/distinfo
+++ b/misc/zaptel/distinfo
@@ -1,2 +1,2 @@
-MD5 (zaptel-freebsd-0.2.tar.gz) = 0bf73d83c17e4700a781457c6612418f
-SIZE (zaptel-freebsd-0.2.tar.gz) = 102087
+MD5 (zaptel-freebsd-0.3.tar.gz) = 9ac81ce8e87029f899532b8d4d9ada76
+SIZE (zaptel-freebsd-0.3.tar.gz) = 102731
diff --git a/misc/zaptel/files/patch-ztcfg::Makefile b/misc/zaptel/files/patch-ztcfg::Makefile
index 7183435..8acfc84 100644
--- a/misc/zaptel/files/patch-ztcfg::Makefile
+++ b/misc/zaptel/files/patch-ztcfg::Makefile
@@ -1,8 +1,8 @@
$FreeBSD$
---- ztcfg/Makefile.orig Wed Apr 28 04:27:36 2004
-+++ ztcfg/Makefile Thu Apr 29 18:04:14 2004
+--- ztcfg/Makefile.orig Mon May 17 18:00:11 2004
++++ ztcfg/Makefile Mon May 17 04:09:57 2004
@@ -1,10 +1,10 @@
-CFLAGS+= -I/usr/local/include -I. -I../zaptel -DUSE_LOCAL_INCLUDE=1
-INSTALL=/usr/bin/install
@@ -17,13 +17,13 @@ $FreeBSD$
ztcfg.c: ztcfg.h
-@@ -12,10 +12,14 @@
+@@ -12,9 +12,14 @@
ar r libtonezone.a tonezone.o zonedata.o
install:
- $(INSTALL) -o root -g wheel -m 644 libtonezone.a /usr/local/lib/
- $(INSTALL) -o root -g wheel -m 644 tonezone.h /usr/local/include/
-- $(INSTALL) -o root -g wheel -m 644 ../zaptel/zaptel.h /usr/include/
+- $(INSTALL) -o root -g wheel -m 644 ../zaptel/zaptel.h /usr/local/include/
+ ${BSD_INSTALL_PROGRAM} ztcfg ${PREFIX}/bin
+ ${BSD_INSTALL_DATA} libtonezone.a ${PREFIX}/lib
+ ${BSD_INSTALL_DATA} tonezone.h ${PREFIX}/include
@@ -35,4 +35,3 @@ $FreeBSD$
clean:
rm -f *.o ztcfg *.a
--
OpenPOWER on IntegriCloud