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>
This commit is contained in:
parent
f4108afd22
commit
cf44a2360a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135893
@ -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}
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user