mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
Install binaries in ${PREFIX}/bin, not ${PREFIX}. (David, you sleepy? :)
While I'm here, change hard links to symlinks. IIRC this saves space in the tarball.
This commit is contained in:
parent
e6fc9d2118
commit
8b3fd3fb9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4850
@ -5,7 +5,7 @@
|
||||
EXTRA2=
|
||||
LIBS= $(VNLIBDIR)/libviqr.a $(VNLIBDIR)/libvntype.a -ltermcap
|
||||
-BIN= /usr/local/bin
|
||||
+BIN= ${PREFIX}
|
||||
+BIN= ${PREFIX}/bin
|
||||
CFLAGS= -Dbsd -I$(VNINCDIR)
|
||||
OF= -s -o
|
||||
RF= -c
|
||||
@ -17,10 +17,10 @@
|
||||
- -ln $(BIN)/vnelvis $(BIN)/ex
|
||||
- -ln $(BIN)/vnelvis $(BIN)/view
|
||||
- -ln $(BIN)/vnelvis $(BIN)/input
|
||||
+ -ln $(BIN)/vnelvis $(BIN)/vnvi
|
||||
+ -ln $(BIN)/vnelvis $(BIN)/vnex
|
||||
+ -ln $(BIN)/vnelvis $(BIN)/vnview
|
||||
+ -ln $(BIN)/vnelvis $(BIN)/vninput
|
||||
+ -ln -sf $(BIN)/vnelvis $(BIN)/vnvi
|
||||
+ -ln -sf $(BIN)/vnelvis $(BIN)/vnex
|
||||
+ -ln -sf $(BIN)/vnelvis $(BIN)/vnview
|
||||
+ -ln -sf $(BIN)/vnelvis $(BIN)/vninput
|
||||
|
||||
inst.dos: $(DUMMY)
|
||||
copy $(PROGS) $(BIN)
|
||||
|
Loading…
Reference in New Issue
Block a user