- Update to 1.1

This commit is contained in:
Wesley Shields 2012-01-17 02:50:08 +00:00
parent 14b62dfbaa
commit 5fd3d518dd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=289362
3 changed files with 13 additions and 13 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= bittwist
PORTVERSION= 1.0
PORTVERSION= 1.1
CATEGORIES= net
MASTER_SITES= SF/${PORTNAME}/_BSD/Bit-Twist%20${PORTVERSION}
DISTNAME= ${PORTNAME}-bsd-${PORTVERSION}
@ -15,7 +15,7 @@ MAINTAINER= wxs@FreeBSD.org
COMMENT= Libpcap-based Ethernet packet generator, with PCAP editor
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS}"
USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
MAN1= bittwist.1 bittwistb.1 bittwiste.1

View file

@ -1,2 +1,2 @@
SHA256 (bittwist-bsd-1.0.tar.gz) = bfe3650fd71d52049587a2b3902d690ba679b0a5108e3bb453bf4136cc30547d
SIZE (bittwist-bsd-1.0.tar.gz) = 46318
SHA256 (bittwist-bsd-1.1.tar.gz) = 8868da8516360c3de630f748df69b2b545440c2c71fc59fc5c71f6dd53e26457
SIZE (bittwist-bsd-1.1.tar.gz) = 44987

View file

@ -1,10 +1,10 @@
--- Makefile.orig Thu Aug 24 21:10:59 2006
+++ Makefile Thu Aug 24 21:11:09 2006
--- ./Makefile.orig 2012-01-16 13:46:05.147743123 -0500
+++ ./Makefile 2012-01-16 13:46:25.029731197 -0500
@@ -1,6 +1,6 @@
SHELL = /bin/sh
-prefix = /usr/local
+prefix = ${PREFIX}
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
mandir = ${prefix}/man/man1
SHELL = /bin/sh
-prefix = /usr/local
+prefix = ${PREFIX}
exec_prefix = ${prefix}
bindir = ${exec_prefix}/bin
mandir = ${prefix}/man/man1