summaryrefslogtreecommitdiff
path: root/net/scamper
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2005-05-23 03:16:41 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2005-05-23 03:16:41 +0000
commitcf44a2360acb590996dbf0dcfa8fb0b9374bc3fc (patch)
tree2e05a9fe442a68653c43c6234ecf86ddf1258d7d /net/scamper
parentUpdate to adzap-20050521 (diff)
Move patch to the current version of net/scamper so that the install
target is actually changed instead of the build target. Approved by: Matthew Luckie <mjl@luckie.org.nz>
Diffstat (limited to 'net/scamper')
-rw-r--r--net/scamper/Makefile1
-rw-r--r--net/scamper/files/patch-Makefile16
2 files changed, 10 insertions, 7 deletions
diff --git a/net/scamper/Makefile b/net/scamper/Makefile
index b86cc8d9a7d9..670ee60a9662 100644
--- a/net/scamper/Makefile
+++ b/net/scamper/Makefile
@@ -7,6 +7,7 @@
PORTNAME= scamper
PORTVERSION= 20050516
+PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= http://www.wand.net.nz/scamper/
DISTNAME= ${PORTNAME}-cvs-${PORTVERSION}
diff --git a/net/scamper/files/patch-Makefile b/net/scamper/files/patch-Makefile
index 22287e8eb83a..9ecd5fd4af73 100644
--- a/net/scamper/files/patch-Makefile
+++ b/net/scamper/files/patch-Makefile
@@ -1,8 +1,10 @@
---- Makefile.orig Thu May 19 12:13:23 2005
-+++ Makefile Thu May 19 12:13:55 2005
-@@ -51,4 +51,4 @@
- libscamperfile.a
+--- Makefile.orig Mon May 16 19:12:13 2005
++++ Makefile Mon May 23 13:14:54 2005
+@@ -79,6 +79,6 @@
- install: scamper
-- install -m 4755 -o root scamper /usr/local/bin
-+ install -m 4755 -o root scamper ${PREFIX}/bin
+ install: all
+ mv scamper scamper.bin
+- install -m 4755 -o root scamper.bin scamper
++ install -m 4755 -o root scamper.bin ${PREFIX}/bin/scamper
+ rm -f scamper.bin
+