mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
cf44a2360a
target is actually changed instead of the build target. Approved by: Matthew Luckie <mjl@luckie.org.nz>
11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
--- 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
|
|
|