Lines 18-30
Link Here
|
18 |
install: |
18 |
install: |
19 |
- cp portscan /usr/local/bin |
19 |
- cp portscan /usr/local/bin |
20 |
- cp gtkportscan /usr/X11/bin |
20 |
- cp gtkportscan /usr/X11/bin |
21 |
+ ${BSD_INSTALL_PROGRAM} portscan /usr/local/bin |
21 |
+ ${BSD_INSTALL_PROGRAM} portscan ${PREFIX}/bin |
22 |
+ ${BSD_INSTALL_PROGRAM} gtkportscan /usr/local/bin |
22 |
+ ${BSD_INSTALL_PROGRAM} gtkportscan ${PREFIX}/bin |
23 |
|
23 |
|
24 |
clean: |
24 |
clean: |
25 |
rm -f portscan gtkportscan |
25 |
rm -f portscan gtkportscan |
26 |
|
26 |
|
27 |
uninstall: |
27 |
uninstall: |
28 |
rm -f /usr/local/bin/portscan |
28 |
- rm -f /usr/local/bin/portscan |
|
|
29 |
+ rm -f ${PREFIX}/bin/portscan |
29 |
- rm -f /usr/X11/bin/gtkportscan |
30 |
- rm -f /usr/X11/bin/gtkportscan |
30 |
+ rm -f /usr/local/bin/gtkportscan |
31 |
+ rm -f ${PREFIX}/bin/gtkportscan |