mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
36dc311f94
- Assign maintainership over to ports PR: 27178 Submitted by: MAINTAINER
12 lines
213 B
Plaintext
12 lines
213 B
Plaintext
--- Makefile.orig Sun Apr 8 20:00:36 2001
|
|
+++ Makefile Mon May 7 12:09:57 2001
|
|
@@ -3,7 +3,7 @@
|
|
make -C gui all
|
|
|
|
install:
|
|
- cp bin/* /usr/local/bin
|
|
+ ${BSD_INSTALL_PROGRAM} bin/* ${PREFIX}/bin
|
|
|
|
|
|
gui-all:
|