36dc311f94
- Assign maintainership over to ports PR: 27178 Submitted by: MAINTAINER
11 lines
213 B
Text
11 lines
213 B
Text
--- 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:
|