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:
Edwin Groothuis 2005-05-23 03:16:41 +00:00
parent f4108afd22
commit cf44a2360a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=135893
2 changed files with 10 additions and 7 deletions

View File

@ -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}

View File

@ -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: 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
install: scamper
- install -m 4755 -o root scamper /usr/local/bin
+ install -m 4755 -o root scamper ${PREFIX}/bin