diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 07:56:52 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 07:56:52 +0800 |
commit | ad2ecaaa6ed1679291293ca9aa644a9d26a134c2 (patch) | |
tree | 13153a42afdbfec52ee2bfa2682e57f1b3402d1c | |
parent | b5b49659977ca74e711db9c63096e2142fba2f73 (diff) | |
download | freebsd-ports-gnome-ad2ecaaa6ed1679291293ca9aa644a9d26a134c2.tar.gz freebsd-ports-gnome-ad2ecaaa6ed1679291293ca9aa644a9d26a134c2.tar.zst freebsd-ports-gnome-ad2ecaaa6ed1679291293ca9aa644a9d26a134c2.zip |
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.
-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 3e640ea1a198..4ec883ce04af 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) |