diff options
author | edwin <edwin@FreeBSD.org> | 2005-05-23 11:16:41 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-05-23 11:16:41 +0800 |
commit | 678c94f5a4662eddb33f44df659f933c8baf5601 (patch) | |
tree | 2eda4279673159b655e84807e0894db778b7835e | |
parent | 8e8737a3cc220b387ccf5b0db575fcdd505b72ff (diff) | |
download | freebsd-ports-gnome-678c94f5a4662eddb33f44df659f933c8baf5601.tar.gz freebsd-ports-gnome-678c94f5a4662eddb33f44df659f933c8baf5601.tar.zst freebsd-ports-gnome-678c94f5a4662eddb33f44df659f933c8baf5601.zip |
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>
-rw-r--r-- | net/scamper/Makefile | 1 | ||||
-rw-r--r-- | net/scamper/files/patch-Makefile | 16 |
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 + |