diff options
author | asami <asami@FreeBSD.org> | 1996-12-06 23:56:52 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-06 23:56:52 +0000 |
commit | ad2ecaaa6ed1679291293ca9aa644a9d26a134c2 (patch) | |
tree | 13153a42afdbfec52ee2bfa2682e57f1b3402d1c /vietnamese | |
parent | b5b49659977ca74e711db9c63096e2142fba2f73 (diff) | |
download | FreeBSD-ports-ad2ecaaa6ed1679291293ca9aa644a9d26a134c2.zip FreeBSD-ports-ad2ecaaa6ed1679291293ca9aa644a9d26a134c2.tar.gz |
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.
Diffstat (limited to 'vietnamese')
-rw-r--r-- | vietnamese/vnelvis/files/patch-01 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/vietnamese/vnelvis/files/patch-01 b/vietnamese/vnelvis/files/patch-01 index 3e640ea..4ec883c 100644 --- a/vietnamese/vnelvis/files/patch-01 +++ b/vietnamese/vnelvis/files/patch-01 @@ -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) |